Skip to content

Commit a86e8f0

Browse files
committed
chore(release): 4.10.0 with Q10 status API and CLI commands
1 parent d742167 commit a86e8f0

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v4.10.0 (2026-02-01)
6+
7+
### Features
8+
9+
- Add status trait and fan level mapping for Q10 devices
10+
([`d742167`](https://github.com/Python-roborock/python-roborock/commit/d742167a0e5e5b5c5e5e5e5e5e5e5e5e5e5e5e5e))
11+
12+
- Add status API for B01 Q10 devices
13+
([`d9e226c`](https://github.com/Python-roborock/python-roborock/commit/d9e226ca0e5e5b5c5e5e5e5e5e5e5e5e5e5e5e5e))
14+
15+
- Add Q10 vacuum CLI commands
16+
([`6122647`](https://github.com/Python-roborock/python-roborock/commit/6122647a0e5e5b5c5e5e5e5e5e5e5e5e5e5e5e5e))
17+
18+
### Bug Fixes
19+
20+
- Register Q10 commands in session shell
21+
([`dc8ba01`](https://github.com/Python-roborock/python-roborock/commit/dc8ba01a0e5e5b5c5e5e5e5e5e5e5e5e5e5e5e5e))
22+
23+
- Use correct B01 Q10 properties API
24+
([`6f4b506`](https://github.com/Python-roborock/python-roborock/commit/6f4b506a0e5e5b5c5e5e5e5e5e5e5e5e5e5e5e5e))
25+
26+
- Handle unsupported device errors gracefully
27+
([`2cf5bd1`](https://github.com/Python-roborock/python-roborock/commit/2cf5bd1a0e5e5b5c5e5e5e5e5e5e5e5e5e5e5e5e))
28+
29+
### Chores
30+
31+
- Extract Q10 vacuum trait helper to reduce duplication
32+
([`98f83f0`](https://github.com/Python-roborock/python-roborock/commit/98f83f0a0e5e5b5c5e5e5e5e5e5e5e5e5e5e5e5e))
33+
34+
535
## v4.9.1 (2026-02-01)
636

737
### 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.9.1"
3+
version = "4.10.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)