Skip to content

Commit

Permalink
chore(main): release 6.0.1 (#319)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [6.0.1](v6.0.0...v6.0.1)
(2024-10-06)


### Bug Fixes

* add missing body_type "163"
([#317](#317))
([45f7bd2](45f7bd2))
* message protocol version default
([#316](#316))
([2f4e5d1](2f4e5d1))
* protocol check in B6 devices
([#320](#320))
([55659c1](55659c1))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
rokam authored Oct 6, 2024
1 parent 55659c1 commit 30823be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [6.0.1](https://github.com/rokam/midea-local/compare/v6.0.0...v6.0.1) (2024-10-06)


### Bug Fixes

* add missing body_type "163" ([#317](https://github.com/rokam/midea-local/issues/317)) ([45f7bd2](https://github.com/rokam/midea-local/commit/45f7bd2432a04fb69c9fdb9b6204de7eac87aa2e))
* message protocol version default ([#316](https://github.com/rokam/midea-local/issues/316)) ([2f4e5d1](https://github.com/rokam/midea-local/commit/2f4e5d1d1335696cc3a179a67cf287eef54b6864))
* protocol check in B6 devices ([#320](https://github.com/rokam/midea-local/issues/320)) ([55659c1](https://github.com/rokam/midea-local/commit/55659c19a642fadfd37aee32fbeae76e48aed3dd))

## [6.0.0](https://github.com/rokam/midea-local/compare/v5.0.0...v6.0.0) (2024-10-03)


Expand Down
2 changes: 1 addition & 1 deletion midealocal/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Midea Local Version."""

__version__ = "6.0.0"
__version__ = "6.0.1"

0 comments on commit 30823be

Please sign in to comment.