Skip to content

Commit f14db1a

Browse files
Merge branch 'main' into vc/q10-v1-palette
2 parents 23856c8 + bfc23b5 commit f14db1a

6 files changed

Lines changed: 511 additions & 121 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
<!-- version list -->
44

5+
## v6.0.0 (2026-07-27)
6+
7+
### Features
8+
9+
- Audit and complete Zeo protocol DP and enum mappings
10+
([#892](https://github.com/Python-roborock/python-roborock/pull/892),
11+
[`dba564d`](https://github.com/Python-roborock/python-roborock/commit/dba564d10b88afcd6195298b90c6d49844e334f5))
12+
13+
- Full Zeo protocol definition — 67 DPs, complete enum mappings, all 56 devices covered
14+
([#892](https://github.com/Python-roborock/python-roborock/pull/892),
15+
[`dba564d`](https://github.com/Python-roborock/python-roborock/commit/dba564d10b88afcd6195298b90c6d49844e334f5))
16+
17+
### Refactoring
18+
19+
- **zeo**: Replace raw integer fields with enum types
20+
([#892](https://github.com/Python-roborock/python-roborock/pull/892),
21+
[`dba564d`](https://github.com/Python-roborock/python-roborock/commit/dba564d10b88afcd6195298b90c6d49844e334f5))
22+
23+
524
## v5.37.1 (2026-07-25)
625

726
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-roborock"
3-
version = "5.37.1"
3+
version = "6.0.0"
44
description = "A package to control Roborock vacuums."
55
authors = [{ name = "humbertogontijo", email = "humbertogontijo@users.noreply.github.com" }, {name="Lash-L"}, {name="allenporter"}]
66
requires-python = ">=3.11, <4"

0 commit comments

Comments
 (0)