Skip to content

Commit 7c1818d

Browse files
author
semantic-release
committed
5.6.0
Automatically generated by python-semantic-release
1 parent e3a0eab commit 7c1818d

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v5.6.0 (2026-04-07)
6+
7+
### Chores
8+
9+
- Update supported features documentation, device definitions, and CLI model mapping
10+
([#807](https://github.com/Python-roborock/python-roborock/pull/807),
11+
[`e3a0eab`](https://github.com/Python-roborock/python-roborock/commit/e3a0eab328053d050ee13ae824aeec04f5c6bf69))
12+
13+
### Features
14+
15+
- Add support for Roborock Q5 Max+ and update test snapshots
16+
([#807](https://github.com/Python-roborock/python-roborock/pull/807),
17+
[`e3a0eab`](https://github.com/Python-roborock/python-roborock/commit/e3a0eab328053d050ee13ae824aeec04f5c6bf69))
18+
19+
- Add support for Saros 10 (A147) device and update test snapshots
20+
([#807](https://github.com/Python-roborock/python-roborock/pull/807),
21+
[`e3a0eab`](https://github.com/Python-roborock/python-roborock/commit/e3a0eab328053d050ee13ae824aeec04f5c6bf69))
22+
23+
### Refactoring
24+
25+
- Ensure deterministic test data loading by sorting file globs and remove redundant snapshot comment
26+
([#807](https://github.com/Python-roborock/python-roborock/pull/807),
27+
[`e3a0eab`](https://github.com/Python-roborock/python-roborock/commit/e3a0eab328053d050ee13ae824aeec04f5c6bf69))
28+
29+
- Optimize device lookup in mock data by caching parsed device objects
30+
([#807](https://github.com/Python-roborock/python-roborock/pull/807),
31+
[`e3a0eab`](https://github.com/Python-roborock/python-roborock/commit/e3a0eab328053d050ee13ae824aeec04f5c6bf69))
32+
33+
534
## v5.5.1 (2026-04-06)
635

736
### 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.5.1"
3+
version = "5.6.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)