Skip to content

Commit ecde2a3

Browse files
author
semantic-release
committed
3.16.0
Automatically generated by python-semantic-release
1 parent ab2de5b commit ecde2a3

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.16.0 (2025-12-14)
6+
7+
### Bug Fixes
8+
9+
- Fix bugs in the subscription idle timeout
10+
([#665](https://github.com/Python-roborock/python-roborock/pull/665),
11+
[`85b7bee`](https://github.com/Python-roborock/python-roborock/commit/85b7beeb810cfb3d501658cd44f06b2c0052ca33))
12+
13+
- Harden the device connection logic used in startup
14+
([#666](https://github.com/Python-roborock/python-roborock/pull/666),
15+
[`19703f4`](https://github.com/Python-roborock/python-roborock/commit/19703f42fe692a38f8f8639b1136a7585eae76fc))
16+
17+
- Harden the initial startup logic
18+
([#666](https://github.com/Python-roborock/python-roborock/pull/666),
19+
[`19703f4`](https://github.com/Python-roborock/python-roborock/commit/19703f42fe692a38f8f8639b1136a7585eae76fc))
20+
21+
### Chores
22+
23+
- Apply suggestions from code review
24+
([#675](https://github.com/Python-roborock/python-roborock/pull/675),
25+
[`ab2de5b`](https://github.com/Python-roborock/python-roborock/commit/ab2de5bda7b8e1ff1ad46c7f2bf3b39dc9af4ace))
26+
27+
- Clarify comments and docstrings
28+
([#666](https://github.com/Python-roborock/python-roborock/pull/666),
29+
[`19703f4`](https://github.com/Python-roborock/python-roborock/commit/19703f42fe692a38f8f8639b1136a7585eae76fc))
30+
31+
- Fix logging ([#666](https://github.com/Python-roborock/python-roborock/pull/666),
32+
[`19703f4`](https://github.com/Python-roborock/python-roborock/commit/19703f42fe692a38f8f8639b1136a7585eae76fc))
33+
34+
- Reduce whitespace changes ([#666](https://github.com/Python-roborock/python-roborock/pull/666),
35+
[`19703f4`](https://github.com/Python-roborock/python-roborock/commit/19703f42fe692a38f8f8639b1136a7585eae76fc))
36+
37+
- Revert whitespace change ([#666](https://github.com/Python-roborock/python-roborock/pull/666),
38+
[`19703f4`](https://github.com/Python-roborock/python-roborock/commit/19703f42fe692a38f8f8639b1136a7585eae76fc))
39+
40+
### Features
41+
42+
- Add basic schedule getting ([#675](https://github.com/Python-roborock/python-roborock/pull/675),
43+
[`ab2de5b`](https://github.com/Python-roborock/python-roborock/commit/ab2de5bda7b8e1ff1ad46c7f2bf3b39dc9af4ace))
44+
45+
546
## v3.15.0 (2025-12-14)
647

748
### Chores

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.15.0"
3+
version = "3.16.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)