Skip to content

Commit

Permalink
Prepare 0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Mar 2, 2025
1 parent c865906 commit 9040408
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- No unreleased changes so far

## [0.3] - 2025-03-02
### Added
- Improved access to connection state
- Improved access to health state

## [0.2.1] - 2025-02-20
### Fixed
- Fixes bug due to template ambiguity
- Named threads for better debugging

### Added
- Plugin UI root
Expand All @@ -19,7 +25,8 @@ All notable changes to this project will be documented in this file.
## [0.1] - 2025-01-25
Initial release, let's go and give this to the public to try out...

[unreleased]: https://github.com/tillsteinbach/CarConnectivity-plugin-abrp/compare/v0.2.1...HEAD
[unreleased]: https://github.com/tillsteinbach/CarConnectivity-plugin-abrp/compare/v0.3...HEAD
[0.3]: https://github.com/tillsteinbach/CarConnectivity-plugin-abrp/releases/tag/v0.3
[0.2.1]: https://github.com/tillsteinbach/CarConnectivity-plugin-abrp/releases/tag/v0.2.1
[0.2]: https://github.com/tillsteinbach/CarConnectivity-plugin-abrp/releases/tag/v0.2
[0.1]: https://github.com/tillsteinbach/CarConnectivity-plugin-abrp/releases/tag/v0.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors = [
{ name = "Till Steinbach" }
]
dependencies = [
"carconnectivity>=0.4a11",
"carconnectivity>=0.4",
"requests~=2.32.3"
]
readme = "README.md"
Expand Down

0 comments on commit 9040408

Please sign in to comment.