Skip to content

Commit 51e553b

Browse files
committed
🔖(minor) bump release to 0.4.0
Added: - Implement static data database schemas Fixed: - Mark Static.id_pdc_itinerance field as required
1 parent c9880c9 commit 51e553b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.4.0] - 2024-04-23
12+
1113
### Added
1214

1315
- Implement static data database schemas
@@ -47,7 +49,8 @@ and this project adheres to
4749

4850
- Implement base FastAPI app
4951

50-
[unreleased]: https://github.com/MTES-MCT/qualicharge/compare/v0.3.0...main
52+
[unreleased]: https://github.com/MTES-MCT/qualicharge/compare/v0.4.0...main
53+
[0.4.0]: https://github.com/MTES-MCT/qualicharge/compare/v0.3.0...v0.4.0
5154
[0.3.0]: https://github.com/MTES-MCT/qualicharge/compare/v0.2.1...v0.3.0
5255
[0.2.1]: https://github.com/MTES-MCT/qualicharge/compare/v0.2.0...v0.2.1
5356
[0.2.0]: https://github.com/MTES-MCT/qualicharge/compare/v0.1.0...v0.2.0

src/api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
[project]
55
name = "qualicharge"
6-
version = "0.3.0"
6+
version = "0.4.0"
77

88
# Third party packages configuration
99
[tool.coverage.run]

0 commit comments

Comments
 (0)