Skip to content

Commit 0d7abdd

Browse files
authored
chore(main): release 6.3.0 (#373)
🤖 I have created a release *beep* *boop* --- ## [6.3.0](v6.2.0...v6.3.0) (2025-05-19) ### Features * **b0:** add b0 device feature ([#365](#365)) ([1acfde7](1acfde7)) ### Bug Fixes * **c3:** temperature should be float ([#369](#369)) ([f2d8695](f2d8695)) * **cd:** parse CD device message error ([#370](#370)) ([db07d08](db07d08)) * **cd:** temperature should be float ([#367](#367)) ([54f16f6](54f16f6)) * **e2:** fix e2 device full tank/temperature error ([#371](#371)) ([182d508](182d508)) * **e2:** temperature should be float ([#364](#364)) ([fec9adf](fec9adf)) * **e3:** temperature should be float ([#366](#366)) ([5d27a44](5d27a44)) * **e6:** temperature should be float ([#368](#368)) ([bebc217](bebc217)) * **ed:** fix ed device query result is 0 ([#379](#379)) ([c83b7af](c83b7af)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 182d508 commit 0d7abdd

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## [6.3.0](https://github.com/midea-lan/midea-local/compare/v6.2.0...v6.3.0) (2025-05-19)
4+
5+
6+
### Features
7+
8+
* **b0:** add b0 device feature ([#365](https://github.com/midea-lan/midea-local/issues/365)) ([1acfde7](https://github.com/midea-lan/midea-local/commit/1acfde75e84218130382cfa351cb5874b26d6160))
9+
10+
11+
### Bug Fixes
12+
13+
* **c3:** temperature should be float ([#369](https://github.com/midea-lan/midea-local/issues/369)) ([f2d8695](https://github.com/midea-lan/midea-local/commit/f2d8695b4b6234d8a2615ea253d6150b03b31028))
14+
* **cd:** parse CD device message error ([#370](https://github.com/midea-lan/midea-local/issues/370)) ([db07d08](https://github.com/midea-lan/midea-local/commit/db07d083621730cb4d3de9cb7303693f7f31c665))
15+
* **cd:** temperature should be float ([#367](https://github.com/midea-lan/midea-local/issues/367)) ([54f16f6](https://github.com/midea-lan/midea-local/commit/54f16f69ca9b558170a03d842ef444143be469ea))
16+
* **e2:** fix e2 device full tank/temperature error ([#371](https://github.com/midea-lan/midea-local/issues/371)) ([182d508](https://github.com/midea-lan/midea-local/commit/182d508862ee9afc29f5d5bc9449ede57986620d))
17+
* **e2:** temperature should be float ([#364](https://github.com/midea-lan/midea-local/issues/364)) ([fec9adf](https://github.com/midea-lan/midea-local/commit/fec9adfbc8be6a3832f367eb8672b48a841c4bd8))
18+
* **e3:** temperature should be float ([#366](https://github.com/midea-lan/midea-local/issues/366)) ([5d27a44](https://github.com/midea-lan/midea-local/commit/5d27a44feb81cff83c7a7a2371cf2221ca85c92f))
19+
* **e6:** temperature should be float ([#368](https://github.com/midea-lan/midea-local/issues/368)) ([bebc217](https://github.com/midea-lan/midea-local/commit/bebc217debecb59cc362ad64663d07896f89cec1))
20+
* **ed:** fix ed device query result is 0 ([#379](https://github.com/midea-lan/midea-local/issues/379)) ([c83b7af](https://github.com/midea-lan/midea-local/commit/c83b7afa35c451842f4c76b1333a3022573b784e))
21+
322
## [6.2.0](https://github.com/midea-lan/midea-local/compare/v6.1.0...v6.2.0) (2025-03-25)
423

524

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__ = "6.2.0"
3+
__version__ = "6.3.0"

0 commit comments

Comments
 (0)