Skip to content

Commit 04c1d67

Browse files
author
semantic-release
committed
3.20.0
Automatically generated by python-semantic-release
1 parent f9f8e43 commit 04c1d67

File tree

3 files changed

+57
-2
lines changed

3 files changed

+57
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v3.20.0 (2025-12-22)
6+
7+
### Bug Fixes
8+
9+
- Catch broad exception ([#690](https://github.com/Python-roborock/python-roborock/pull/690),
10+
[`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d))
11+
12+
- Lower log level for mqtt channel publish exceptions
13+
([#696](https://github.com/Python-roborock/python-roborock/pull/696),
14+
[`642004a`](https://github.com/Python-roborock/python-roborock/commit/642004a3d7f439f7d614aa439e6705377c626a11))
15+
16+
- Reduce log level of decode errors
17+
([#691](https://github.com/Python-roborock/python-roborock/pull/691),
18+
[`98d89f0`](https://github.com/Python-roborock/python-roborock/commit/98d89f027c57195869b65123c8396a20e7a7d648))
19+
20+
- Try to fix fan setting ([#690](https://github.com/Python-roborock/python-roborock/pull/690),
21+
[`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d))
22+
23+
### Chores
24+
25+
- Add self.send ([#690](https://github.com/Python-roborock/python-roborock/pull/690),
26+
[`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d))
27+
28+
- Add testing ([#690](https://github.com/Python-roborock/python-roborock/pull/690),
29+
[`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d))
30+
31+
- Address PR comments ([#690](https://github.com/Python-roborock/python-roborock/pull/690),
32+
[`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d))
33+
34+
- Change typing ([#690](https://github.com/Python-roborock/python-roborock/pull/690),
35+
[`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d))
36+
37+
- Fix tests ([#691](https://github.com/Python-roborock/python-roborock/pull/691),
38+
[`98d89f0`](https://github.com/Python-roborock/python-roborock/commit/98d89f027c57195869b65123c8396a20e7a7d648))
39+
40+
- More debug logs and error handling
41+
([#690](https://github.com/Python-roborock/python-roborock/pull/690),
42+
[`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d))
43+
44+
- Move send and add docs ([#690](https://github.com/Python-roborock/python-roborock/pull/690),
45+
[`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d))
46+
47+
- Update tests ([#691](https://github.com/Python-roborock/python-roborock/pull/691),
48+
[`98d89f0`](https://github.com/Python-roborock/python-roborock/commit/98d89f027c57195869b65123c8396a20e7a7d648))
49+
50+
### Features
51+
52+
- Add some basic setters for q7
53+
([#690](https://github.com/Python-roborock/python-roborock/pull/690),
54+
[`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d))
55+
56+
- Add some more actions ([#690](https://github.com/Python-roborock/python-roborock/pull/690),
57+
[`f9f8e43`](https://github.com/Python-roborock/python-roborock/commit/f9f8e43ca97f1136191db92174e937fc1906822d))
58+
59+
560
## v3.19.1 (2025-12-20)
661

762
### 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 = "3.19.1"
3+
version = "3.20.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)