Skip to content

Commit 51dfd17

Browse files
committed
prepare 0.3 release
1 parent 9fd740d commit 51dfd17

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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-02-19
9+
### Added
10+
- Added support for images
11+
- Added tags to attributes
12+
- Added support for webui via carconnectivity-plugin-webui
13+
814
## [0.2] - 2025-02-02
915
### Added
1016
- Wake Sleep command
@@ -13,6 +19,7 @@ All notable changes to this project will be documented in this file.
1319
Initial release, let's go and give this to the public to try out...
1420
The API is not yet implemented completely but most functions already work
1521

16-
[unreleased]: https://github.com/tillsteinbach/CarConnectivity-connector-skoda/compare/v0.2...HEAD
22+
[unreleased]: https://github.com/tillsteinbach/CarConnectivity-connector-skoda/compare/v0.3...HEAD
23+
[0.3]: https://github.com/tillsteinbach/CarConnectivity-connector-skoda/releases/tag/v0.3
1724
[0.2]: https://github.com/tillsteinbach/CarConnectivity-connector-skoda/releases/tag/v0.2
1825
[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>=0.3a2",
17+
"carconnectivity>=0.3",
1818
"oauthlib~=3.2.2",
1919
"requests~=2.32.3",
2020
"jwt~=1.3.1",

setup_requirements.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
flake8~=7.1.1
1+
flake8~=7.1.2
22
pylint~=3.3.4
3-
bandit~=1.8.2
3+
bandit~=1.8.3
4+
5+
# For UI only
6+
Flask~=3.1.0

0 commit comments

Comments
 (0)