Skip to content

Commit 8c91999

Browse files
author
semantic-release
committed
3.3.0
Automatically generated by python-semantic-release
1 parent 8514461 commit 8c91999

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v3.3.0 (2025-10-25)
6+
7+
### Bug Fixes
8+
9+
- Lower local timeout ([#559](https://github.com/Python-roborock/python-roborock/pull/559),
10+
[`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5))
11+
12+
- Remove unneeded params setting
13+
([#559](https://github.com/Python-roborock/python-roborock/pull/559),
14+
[`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5))
15+
16+
### Chores
17+
18+
- Add some tests and adress comments
19+
([#559](https://github.com/Python-roborock/python-roborock/pull/559),
20+
[`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5))
21+
22+
- Fix comments ([#559](https://github.com/Python-roborock/python-roborock/pull/559),
23+
[`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5))
24+
25+
- Handle failed hello ([#559](https://github.com/Python-roborock/python-roborock/pull/559),
26+
[`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5))
27+
28+
- Remove unneeded code ([#559](https://github.com/Python-roborock/python-roborock/pull/559),
29+
[`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5))
30+
31+
- Switch to more specific exception
32+
([#559](https://github.com/Python-roborock/python-roborock/pull/559),
33+
[`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5))
34+
35+
- Update roborock/devices/local_channel.py
36+
([#559](https://github.com/Python-roborock/python-roborock/pull/559),
37+
[`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5))
38+
39+
### Features
40+
41+
- Add l01 to the new device format
42+
([#559](https://github.com/Python-roborock/python-roborock/pull/559),
43+
[`8514461`](https://github.com/Python-roborock/python-roborock/commit/8514461a0d5e69b7c1fc1466ac5f19cb8bd5cbd5))
44+
45+
546
## v3.2.0 (2025-10-25)
647

748
### 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.2.0"
3+
version = "3.3.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)