diff --git a/CHANGELOG.md b/CHANGELOG.md index d6a4f92..c914c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - No unreleased changes so far +## [0.3] - 2025-03-02 +- Bump carconnectivity dependency to 0.4 + ## [0.2] - 2025-02-19 - Bump carconnectivity dependency to 0.3 ## [0.1] - 2025-01-25 Initial release, let's go and give this to the public to try out... -[unreleased]: https://github.com/tillsteinbach/CarConnectivity-cli/compare/v0.2...HEAD +[unreleased]: https://github.com/tillsteinbach/CarConnectivity-cli/compare/v0.3...HEAD +[0.3]: https://github.com/tillsteinbach/CarConnectivity-cli/releases/tag/v0.3 [0.2]: https://github.com/tillsteinbach/CarConnectivity-cli/releases/tag/v0.2 [0.1]: https://github.com/tillsteinbach/CarConnectivity-cli/releases/tag/v0.1 diff --git a/pyproject.toml b/pyproject.toml index df3c0d7..f6434a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ { name = "Till Steinbach" } ] dependencies = [ - "carconnectivity>=0.4a5", + "carconnectivity>=0.4", "argparse", "JSON_minify~=0.3.0" ]