Commit 0104774 1 parent 773a497 commit 0104774 Copy full SHA for 0104774
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
## [ Unreleased]
6
6
- No unreleased changes so far
7
7
8
+ ## [ 0.3] - 2025-03-02
9
+ - Bump carconnectivity dependency to 0.4
10
+
8
11
## [ 0.2] - 2025-02-19
9
12
- Bump carconnectivity dependency to 0.3
10
13
11
14
## [ 0.1] - 2025-01-25
12
15
Initial release, let's go and give this to the public to try out...
13
16
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
15
19
[ 0.2 ] : https://github.com/tillsteinbach/CarConnectivity-cli/releases/tag/v0.2
16
20
[ 0.1 ] : https://github.com/tillsteinbach/CarConnectivity-cli/releases/tag/v0.1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ authors = [
14
14
{ name = " Till Steinbach" }
15
15
]
16
16
dependencies = [
17
- " carconnectivity>=0.4a5 " ,
17
+ " carconnectivity>=0.4 " ,
18
18
" argparse" ,
19
19
" JSON_minify~=0.3.0"
20
20
]
You can’t perform that action at this time.
0 commit comments