Skip to content

Commit 0104774

Browse files
committed
Prepare 0.3 release
1 parent 773a497 commit 0104774

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
55
## [Unreleased]
66
- No unreleased changes so far
77

8+
## [0.3] - 2025-03-02
9+
- Bump carconnectivity dependency to 0.4
10+
811
## [0.2] - 2025-02-19
912
- Bump carconnectivity dependency to 0.3
1013

1114
## [0.1] - 2025-01-25
1215
Initial release, let's go and give this to the public to try out...
1316

14-
[unreleased]: https://github.com/tillsteinbach/CarConnectivity-cli/compare/v0.2...HEAD
17+
[unreleased]: https://github.com/tillsteinbach/CarConnectivity-cli/compare/v0.3...HEAD
18+
[0.3]: https://github.com/tillsteinbach/CarConnectivity-cli/releases/tag/v0.3
1519
[0.2]: https://github.com/tillsteinbach/CarConnectivity-cli/releases/tag/v0.2
1620
[0.1]: https://github.com/tillsteinbach/CarConnectivity-cli/releases/tag/v0.1

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
{ name = "Till Steinbach" }
1515
]
1616
dependencies = [
17-
"carconnectivity>=0.4a5",
17+
"carconnectivity>=0.4",
1818
"argparse",
1919
"JSON_minify~=0.3.0"
2020
]

0 commit comments

Comments
 (0)