Skip to content

Commit

Permalink
🔖(minor) bump release to 0.5.0
Browse files Browse the repository at this point in the history
Added:

- Implement statique router endpoints
- Draft dynamique database schemas
- Implement dynamique router endpoints

Changed:

- Switch to TimescaleDB
- Upgrade FastAPI to 0.111.0
  • Loading branch information
jmaupetit committed May 15, 2024
1 parent 5156dc0 commit d81917a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to

## [Unreleased]

## [0.5.0] - 2024-05-15

### Added

- Implement statique router endpoints
Expand Down Expand Up @@ -60,7 +62,8 @@ and this project adheres to

- Implement base FastAPI app

[unreleased]: https://github.com/MTES-MCT/qualicharge/compare/v0.4.0...main
[unreleased]: https://github.com/MTES-MCT/qualicharge/compare/v0.5.0...main
[0.5.0]: https://github.com/MTES-MCT/qualicharge/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/MTES-MCT/qualicharge/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/MTES-MCT/qualicharge/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/MTES-MCT/qualicharge/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion src/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
[project]
name = "qualicharge"
version = "0.4.0"
version = "0.5.0"

# Third party packages configuration
[tool.coverage.run]
Expand Down

0 comments on commit d81917a

Please sign in to comment.