Skip to content

Commit

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

- Implement static data database schemas

Fixed:

- Mark Static.id_pdc_itinerance field as required
  • Loading branch information
jmaupetit committed Apr 23, 2024
1 parent c9880c9 commit dd06403
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.4.0] - 2024-04-23

### Added

- Implement static data database schemas
Expand Down Expand Up @@ -47,7 +49,8 @@ and this project adheres to

- Implement base FastAPI app

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

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

0 comments on commit dd06403

Please sign in to comment.