Skip to content

Commit

Permalink
🔖(patch) bump release to 0.2.1
Browse files Browse the repository at this point in the history
Fixed:

- Add a custom exception handler for authentication failures
  • Loading branch information
jmaupetit committed Apr 8, 2024
1 parent 66d9a6a commit 9b8e1f4
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.2.1] - 2024-04-08

### Fixed

- Add a custom exception handler for authentication failures
Expand All @@ -25,6 +27,7 @@ and this project adheres to

- Implement base FastAPI app

[unreleased]: https://github.com/MTES-MCT/qualicharge/compare/v0.2.0...main
[unreleased]: https://github.com/MTES-MCT/qualicharge/compare/v0.2.1...main
[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.0"
version = "0.2.1"

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

0 comments on commit 9b8e1f4

Please sign in to comment.