File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 10
10
paths :
11
11
- .github/workflows/build.yml
12
12
- ' **.py'
13
+ - ' pyproject.toml'
13
14
pull_request :
14
15
paths :
15
16
- .github/workflows/build.yml
16
17
- ' **.py'
18
+ - ' pyproject.toml'
17
19
18
20
jobs :
19
21
build-python :
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [ Unreleased]
6
+ - No unreleased changes so far
7
+
8
+ ## [ 0.1] - 2025-01-25
9
+ Initial release, let's go and give this to the public to try out...
10
+ The API is not yet implemented completely but most functions already work
11
+
12
+ [ unreleased ] : https://github.com/tillsteinbach/CarConnectivity-connector-skoda/compare/v0.1...HEAD
13
+
14
+ [ 0.1 ] : https://github.com/tillsteinbach/CarConnectivity-connector-skoda/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" ,
17
+ " carconnectivity~=0.1.0 " ,
18
18
" oauthlib~=3.2.2" ,
19
19
" requests~=2.32.3" ,
20
20
" jwt~=1.3.1"
You can’t perform that action at this time.
0 commit comments