Skip to content

Commit b48121f

Browse files
author
semantic-release
committed
3.8.5
Automatically generated by python-semantic-release
1 parent f3487e8 commit b48121f

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v3.8.5 (2025-11-29)
6+
7+
### Bug Fixes
8+
9+
- Remove python 3.11 incompatibility
10+
([#609](https://github.com/Python-roborock/python-roborock/pull/609),
11+
[`f3487e8`](https://github.com/Python-roborock/python-roborock/commit/f3487e8ec478e000d1330745dff178125796bfb5))
12+
13+
### Chores
14+
15+
- Fix v1 channel typing and improve readability
16+
([#609](https://github.com/Python-roborock/python-roborock/pull/609),
17+
[`f3487e8`](https://github.com/Python-roborock/python-roborock/commit/f3487e8ec478e000d1330745dff178125796bfb5))
18+
19+
- Improve doc string readability and grammar
20+
([#609](https://github.com/Python-roborock/python-roborock/pull/609),
21+
[`f3487e8`](https://github.com/Python-roborock/python-roborock/commit/f3487e8ec478e000d1330745dff178125796bfb5))
22+
23+
- Refactor v1 rpc channels ([#609](https://github.com/Python-roborock/python-roborock/pull/609),
24+
[`f3487e8`](https://github.com/Python-roborock/python-roborock/commit/f3487e8ec478e000d1330745dff178125796bfb5))
25+
26+
- Remove unnecessary docstrings
27+
([#609](https://github.com/Python-roborock/python-roborock/pull/609),
28+
[`f3487e8`](https://github.com/Python-roborock/python-roborock/commit/f3487e8ec478e000d1330745dff178125796bfb5))
29+
30+
- Remove unnecessary pydoc on private members
31+
([#609](https://github.com/Python-roborock/python-roborock/pull/609),
32+
[`f3487e8`](https://github.com/Python-roborock/python-roborock/commit/f3487e8ec478e000d1330745dff178125796bfb5))
33+
34+
- Remove unnecessary pydoc to make the code more compact
35+
([#609](https://github.com/Python-roborock/python-roborock/pull/609),
36+
[`f3487e8`](https://github.com/Python-roborock/python-roborock/commit/f3487e8ec478e000d1330745dff178125796bfb5))
37+
38+
539
## v3.8.4 (2025-11-29)
640

741
### 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.8.4"
3+
version = "3.8.5"
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)