Skip to content

Commit

Permalink
Prepare 0.39.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach authored Aug 24, 2022
1 parent 1b8c14f commit 98fd44d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3.0.0
uses: peter-evans/dockerhub-description@v3.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- No unreleased changes so far

## [0.39.2] - 2022-08-24
### Fixed
- Allow climatization without external power when the real setting from the car was not received

### Changed
- Updated API to 0.47.1

## [0.39.1] - 2022-08-15
### Changed/Fixed
- Removed -s as shortcut for S-PIN to reseolve conflict with tls option
Expand Down Expand Up @@ -660,7 +667,8 @@ Send empty message when topic is disabled
## [0.1.0] - 2021-05-27
Initial release

[unreleased]: https://github.com/tillsteinbach/WeConnect-mqtt/compare/v0.39.1...HEAD
[unreleased]: https://github.com/tillsteinbach/WeConnect-mqtt/compare/v0.39.2...HEAD
[0.39.2]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.39.2
[0.39.1]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.39.1
[0.39.0]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.39.0
[0.38.3]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.38.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
weconnect[Images]~=0.47.0
weconnect[Images]~=0.47.1
paho-mqtt~=1.6.1
python-dateutil~=2.8.2

0 comments on commit 98fd44d

Please sign in to comment.