Skip to content

Commit da0bc78

Browse files
authored
chore(main): release 4.0.0 (#305)
1 parent 7083464 commit da0bc78

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/rokam/midea-local/compare/v3.0.1...v4.0.0) (2024-09-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **device:** rollback and improve send/recv socket exception ([#304](https://github.com/rokam/midea-local/issues/304))
9+
10+
### Bug Fixes
11+
12+
* **device:** rollback and improve send/recv socket exception ([#304](https://github.com/rokam/midea-local/issues/304)) ([7083464](https://github.com/rokam/midea-local/commit/7083464bba91e2f341d09de3b90b6bc77ccac9cb))
13+
314
## [3.0.1](https://github.com/rokam/midea-local/compare/v3.0.0...v3.0.1) (2024-09-21)
415

516

midealocal/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Midea Local Version."""
22

3-
__version__ = "3.0.1"
3+
__version__ = "4.0.0"

0 commit comments

Comments
 (0)