Skip to content

Commit 5858cd3

Browse files
committed
Prepare 0.1 release
1 parent b95035d commit 5858cd3

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ on:
1010
paths:
1111
- .github/workflows/build.yml
1212
- '**.py'
13+
- 'pyproject.toml'
1314
pull_request:
1415
paths:
1516
- .github/workflows/build.yml
1617
- '**.py'
18+
- 'pyproject.toml'
1719

1820
jobs:
1921
build-python:

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

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",
17+
"carconnectivity~=0.1.0",
1818
"oauthlib~=3.2.2",
1919
"requests~=2.32.3",
2020
"jwt~=1.3.1"

0 commit comments

Comments
 (0)