Skip to content

Commit

Permalink
🔖(client:minor) bump release to 0.2.0
Browse files Browse the repository at this point in the history
Changed:

- Compress requests for bulk endpoints
- Upgrade Pydantic to `2.7.4`
- Upgrade pydantic-settings to `2.4.0`
- Upgrade typer to `0.12.5`
- Upgrade httpx to `0.27.2`
  • Loading branch information
jmaupetit committed Sep 5, 2024
1 parent ea481c4 commit d1b61cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/client/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.0] - 2024-09-05

### Changed

- Compress requests for bulk endpoints
Expand All @@ -23,5 +25,6 @@ and this project adheres to
- Add `QCC` QualiCharge API client
- Add `qcc` CLI

[unreleased]: https://github.com/MTES-MCT/qualicharge/compare/v0.1.0-cli...main
[unreleased]: https://github.com/MTES-MCT/qualicharge/compare/v0.2.0-cli...main
[0.2.0]: https://github.com/MTES-MCT/qualicharge/releases/tag/v0.1.0-cli...v0.2.0-cli
[0.1.0]: https://github.com/MTES-MCT/qualicharge/releases/tag/v0.1.0-cli
2 changes: 1 addition & 1 deletion src/client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qualicharge-client"
version = "0.1.0"
version = "0.2.0"
description = "A python client and CLI for the QualiCharge API"
authors = ["Julien Maupetit <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d1b61cf

Please sign in to comment.