Skip to content

Commit d593baa

Browse files
author
semantic-release
committed
4.0.1
Automatically generated by python-semantic-release
1 parent 421a9c4 commit d593baa

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v4.0.1 (2025-12-29)
6+
7+
### Bug Fixes
8+
9+
- Fix wind and water mappings for Q7
10+
([#716](https://github.com/Python-roborock/python-roborock/pull/716),
11+
[`421a9c4`](https://github.com/Python-roborock/python-roborock/commit/421a9c4970e8dc8e30552025ad37326d318476fe))
12+
13+
- Fix wind and water mappings for Q7 (#715)
14+
([#716](https://github.com/Python-roborock/python-roborock/pull/716),
15+
[`421a9c4`](https://github.com/Python-roborock/python-roborock/commit/421a9c4970e8dc8e30552025ad37326d318476fe))
16+
17+
- Improve device startup connection reliability for L01 devices
18+
([#708](https://github.com/Python-roborock/python-roborock/pull/708),
19+
[`9cf83a4`](https://github.com/Python-roborock/python-roborock/commit/9cf83a4a762e03e70ed59fb5b1c1982ff52b43b2))
20+
21+
- Update device startup connection behavior
22+
([#708](https://github.com/Python-roborock/python-roborock/pull/708),
23+
[`9cf83a4`](https://github.com/Python-roborock/python-roborock/commit/9cf83a4a762e03e70ed59fb5b1c1982ff52b43b2))
24+
25+
### Chores
26+
27+
- Update tests/e2e/test_device_manager.py
28+
([#708](https://github.com/Python-roborock/python-roborock/pull/708),
29+
[`9cf83a4`](https://github.com/Python-roborock/python-roborock/commit/9cf83a4a762e03e70ed59fb5b1c1982ff52b43b2))
30+
31+
532
## v4.0.0 (2025-12-29)
633

734
### 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.0.0"
3+
version = "4.0.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)