Skip to content

Commit

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

- Implement `OperationalUnit` schema
- Link `OperationalUnit` to `Station` using AFIREV prefixes
- Implement `User` and `Group` schemas
- Implement `User` scopes (fine-tuned permissions)
- Implement row permissions on API endpoints (given assigned operational units)
- Integrate OAuth2 password flow authentication fallback when OIDC is not
  enabled
  • Loading branch information
jmaupetit committed May 28, 2024
1 parent c5f8b26 commit 2f7e061
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.6.0] - 2024-05-28

### Added

- Implement `OperationalUnit` schema
Expand Down Expand Up @@ -72,7 +74,8 @@ and this project adheres to

- Implement base FastAPI app

[unreleased]: https://github.com/MTES-MCT/qualicharge/compare/v0.5.0...main
[unreleased]: https://github.com/MTES-MCT/qualicharge/compare/v0.6.0...main
[0.6.0]: https://github.com/MTES-MCT/qualicharge/compare/v0.5.0...v0.6.0
[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
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.5.0"
version = "0.6.0"

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

0 comments on commit 2f7e061

Please sign in to comment.