Skip to content

Commit

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

- Define `/dynamique` endpoints
- Define dynamic status and session models
- Define `/statique` endpoints and models

Changed:

- Move the `/whoami` endpoint to the `/auth` router
  • Loading branch information
jmaupetit committed Apr 11, 2024
1 parent af8fc69 commit 0326eb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ and this project adheres to

## [Unreleased]

## [0.3.0] - 2024-04-11

### Added

- Defined dynamic status model
- Defined `/statique` endpoints and models
- Define `/dynamique` endpoints
- Define dynamic status and session models
- Define `/statique` endpoints and models

### Changed

- Moved to `/whoami` endpoint to the `/auth` router
- Move the `/whoami` endpoint to the `/auth` router

## [0.2.1] - 2024-04-08

Expand All @@ -36,7 +39,8 @@ and this project adheres to

- Implement base FastAPI app

[unreleased]: https://github.com/MTES-MCT/qualicharge/compare/v0.2.1...main
[unreleased]: https://github.com/MTES-MCT/qualicharge/compare/v0.3.0...main
[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
[0.2.0]: https://github.com/MTES-MCT/qualicharge/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/MTES-MCT/qualicharge/compare/dc6a9e2...v0.1.0
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.2.1"
version = "0.3.0"

# Third party packages configuration
[tool.pytest.ini_options]
Expand Down

0 comments on commit 0326eb0

Please sign in to comment.