Skip to content

Commit 44ee75e

Browse files
author
semantic-release
committed
5.0.0
Automatically generated by python-semantic-release
1 parent 7baeb65 commit 44ee75e

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v5.0.0 (2026-03-22)
6+
7+
### Bug Fixes
8+
9+
- **cli**: Make clean mode option case insensitive
10+
([#794](https://github.com/Python-roborock/python-roborock/pull/794),
11+
[`7baeb65`](https://github.com/Python-roborock/python-roborock/commit/7baeb658fd80b40bfb631dc250b899e659e20210))
12+
13+
- **q10**: Restrict clean mode cli choices
14+
([#794](https://github.com/Python-roborock/python-roborock/pull/794),
15+
[`7baeb65`](https://github.com/Python-roborock/python-roborock/commit/7baeb658fd80b40bfb631dc250b899e659e20210))
16+
17+
### Features
18+
19+
- **api**: Again rename `YXDeviceState` enum members to have consistency with V1 state values
20+
([#795](https://github.com/Python-roborock/python-roborock/pull/795),
21+
[`ad3ceea`](https://github.com/Python-roborock/python-roborock/commit/ad3ceeaea6f1b12dc51513c48476bcdf2756392b))
22+
23+
- **api**: Rename `YXWaterLevel` enum values to mirror v1 values
24+
([#796](https://github.com/Python-roborock/python-roborock/pull/796),
25+
[`c630022`](https://github.com/Python-roborock/python-roborock/commit/c63002264e40beb0f6e51281afd90e10e7b731cc))
26+
27+
### Refactoring
28+
29+
- **q10**: Use readable YXCleanType values with legacy aliases
30+
([#794](https://github.com/Python-roborock/python-roborock/pull/794),
31+
[`7baeb65`](https://github.com/Python-roborock/python-roborock/commit/7baeb658fd80b40bfb631dc250b899e659e20210))
32+
33+
- **YXCleanType**: Move legacy values to a separate dictionary and update from_value method
34+
([#794](https://github.com/Python-roborock/python-roborock/pull/794),
35+
[`7baeb65`](https://github.com/Python-roborock/python-roborock/commit/7baeb658fd80b40bfb631dc250b899e659e20210))
36+
37+
- **YXCleanType**: Remove legacy test for readable public values
38+
([#794](https://github.com/Python-roborock/python-roborock/pull/794),
39+
[`7baeb65`](https://github.com/Python-roborock/python-roborock/commit/7baeb658fd80b40bfb631dc250b899e659e20210))
40+
41+
- **YXCleanType**: Simplify clean type definitions and remove legacy alias support
42+
([#794](https://github.com/Python-roborock/python-roborock/pull/794),
43+
[`7baeb65`](https://github.com/Python-roborock/python-roborock/commit/7baeb658fd80b40bfb631dc250b899e659e20210))
44+
45+
546
## v4.26.3 (2026-03-22)
647

748
### 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 = "4.26.3"
3+
version = "5.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"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)