Skip to content

Commit

Permalink
bump: version 0.5.1 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 7, 2024
1 parent f30296c commit 34f13f8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.6.0 (2024-04-07)

### Feat

- BACK-8 new relic integration
- BACK-53 added /split-qualifying-laps path

### Fix

- save resources when getting default year
- **cache**: BACK-54 disable cache
- fixed typos in project config

### Refactor

- **test**: use client_with_auth
- use version from app/__init__.py
- extract FRONTEND_URL to .env

## 0.5.1 (2024-03-17)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.6.0
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.1"
__version__ = "0.6.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
#-->> Metadata <<------------------------------------------
[tool.poetry]
name = "backend"
version = "0.5.1"
version = "0.6.0"
description = "Slick Telemetry backend written in python with fastapi"
authors = ["Slick Telemetry <contact.@slicktelemetry.com>"]
readme = "README.md"
Expand Down Expand Up @@ -78,7 +78,7 @@ line-length = 120
target-version = ["py312"]

[tool.commitizen]
version = "0.5.1"
version = "0.6.0"
version_files = [
"app/__init__.py:__version__",
"pyproject.toml:version",
Expand Down

0 comments on commit 34f13f8

Please sign in to comment.