Skip to content

Commit 0c2c781

Browse files
author
semantic-release
committed
4.26.3
Automatically generated by python-semantic-release
1 parent dce00a2 commit 0c2c781

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v4.26.3 (2026-03-22)
6+
7+
### Bug Fixes
8+
9+
- **q10**: Add tests for Q10 status values and code mappings
10+
([#793](https://github.com/Python-roborock/python-roborock/pull/793),
11+
[`dce00a2`](https://github.com/Python-roborock/python-roborock/commit/dce00a2499c3976f1cd25239bc4f81d996d51a79))
12+
13+
- **q10**: Normalize status names to canonical values
14+
([#793](https://github.com/Python-roborock/python-roborock/pull/793),
15+
[`dce00a2`](https://github.com/Python-roborock/python-roborock/commit/dce00a2499c3976f1cd25239bc4f81d996d51a79))
16+
17+
- **q10**: Normalize YXDeviceState status names to canonical values
18+
([#793](https://github.com/Python-roborock/python-roborock/pull/793),
19+
[`dce00a2`](https://github.com/Python-roborock/python-roborock/commit/dce00a2499c3976f1cd25239bc4f81d996d51a79))
20+
21+
- **q10**: Refactor test for canonical status names using a dictionary
22+
([#793](https://github.com/Python-roborock/python-roborock/pull/793),
23+
[`dce00a2`](https://github.com/Python-roborock/python-roborock/commit/dce00a2499c3976f1cd25239bc4f81d996d51a79))
24+
25+
526
## v4.26.2 (2026-03-21)
627

728
### 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.2"
3+
version = "4.26.3"
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)