From 0326eb09b70fd957bbe8ac1ab7084d1633992edd Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Thu, 11 Apr 2024 20:38:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(minor)=20bump=20release=20to=200.3?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added: - Define `/dynamique` endpoints - Define dynamic status and session models - Define `/statique` endpoints and models Changed: - Move the `/whoami` endpoint to the `/auth` router --- CHANGELOG.md | 12 ++++++++---- src/api/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b40c8820..dbf174fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/src/api/pyproject.toml b/src/api/pyproject.toml index 47020f4b..1ea91c2d 100644 --- a/src/api/pyproject.toml +++ b/src/api/pyproject.toml @@ -3,7 +3,7 @@ # [project] name = "qualicharge" -version = "0.2.1" +version = "0.3.0" # Third party packages configuration [tool.pytest.ini_options]