Skip to content

Commit 3dceac1

Browse files
author
semantic-release
committed
4.10.1
Automatically generated by python-semantic-release
1 parent 601a402 commit 3dceac1

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v4.10.1 (2026-02-02)
6+
7+
### Bug Fixes
8+
9+
- Fix typo in B01_Q10_DP constant from REQUETDPS to REQUEST_DPS
10+
([#762](https://github.com/Python-roborock/python-roborock/pull/762),
11+
[`601a402`](https://github.com/Python-roborock/python-roborock/commit/601a4029fa975f43b6a04bfcd863dc2c8bd8b8ae))
12+
13+
- Fix typos in code mappings for Roborock
14+
([#762](https://github.com/Python-roborock/python-roborock/pull/762),
15+
[`601a402`](https://github.com/Python-roborock/python-roborock/commit/601a4029fa975f43b6a04bfcd863dc2c8bd8b8ae))
16+
17+
- Rename FUN_LEVEL to FAN_LEVEL in code mappings
18+
([#762](https://github.com/Python-roborock/python-roborock/pull/762),
19+
[`601a402`](https://github.com/Python-roborock/python-roborock/commit/601a4029fa975f43b6a04bfcd863dc2c8bd8b8ae))
20+
21+
- Typos in code mappings for Q10
22+
([#762](https://github.com/Python-roborock/python-roborock/pull/762),
23+
[`601a402`](https://github.com/Python-roborock/python-roborock/commit/601a4029fa975f43b6a04bfcd863dc2c8bd8b8ae))
24+
25+
### Chores
26+
27+
- Set typing for from_code_optional to use Self
28+
([#761](https://github.com/Python-roborock/python-roborock/pull/761),
29+
[`220ae8b`](https://github.com/Python-roborock/python-roborock/commit/220ae8bfc8b53d2e5070dc6c5211ef9b23df606d))
30+
31+
### Documentation
32+
33+
- Add comments documenting source code typos in B01_Q10_DP mappings
34+
([#762](https://github.com/Python-roborock/python-roborock/pull/762),
35+
[`601a402`](https://github.com/Python-roborock/python-roborock/commit/601a4029fa975f43b6a04bfcd863dc2c8bd8b8ae))
36+
37+
538
## v4.10.0 (2026-02-01)
639

740
### Features

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.10.0"
3+
version = "4.10.1"
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)