Skip to content

Commit

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


## [3.0.1](midea-lan/midea-local@v3.0.0...v3.0.1)
(2024-09-21)


### Bug Fixes

* **device:** prevent while true loop high cpu usage bug
([midea-lan#298](midea-lan#298))
([3bdec5c](midea-lan@3bdec5c))

---
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 Sep 22, 2024
1 parent 3bdec5c commit 31d85f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.1](https://github.com/rokam/midea-local/compare/v3.0.0...v3.0.1) (2024-09-21)


### Bug Fixes

* **device:** prevent while true loop high cpu usage bug ([#298](https://github.com/rokam/midea-local/issues/298)) ([3bdec5c](https://github.com/rokam/midea-local/commit/3bdec5cbbad960d4fbc5b9a5520fa7c9219fe405))

## [3.0.0](https://github.com/rokam/midea-local/compare/v2.7.1...v3.0.0) (2024-09-20)


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__ = "3.0.0"
__version__ = "3.0.1"

0 comments on commit 31d85f7

Please sign in to comment.