Skip to content

Commit 11f362e

Browse files
author
semantic-release
committed
3.14.0
Automatically generated by python-semantic-release
1 parent 494c5b4 commit 11f362e

File tree

3 files changed

+62
-2
lines changed

3 files changed

+62
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v3.14.0 (2025-12-14)
6+
7+
### Bug Fixes
8+
9+
- Add device logger ([#663](https://github.com/Python-roborock/python-roborock/pull/663),
10+
[`06d051c`](https://github.com/Python-roborock/python-roborock/commit/06d051c7b8203e23970d52d65abec88a2757227f))
11+
12+
- Update roborock/devices/device.py
13+
([#664](https://github.com/Python-roborock/python-roborock/pull/664),
14+
[`494c5b4`](https://github.com/Python-roborock/python-roborock/commit/494c5b4f2b447f12f5ef90167cad16e08a8230ac))
15+
16+
### Chores
17+
18+
- Add details about test structure
19+
([#633](https://github.com/Python-roborock/python-roborock/pull/633),
20+
[`109d05b`](https://github.com/Python-roborock/python-roborock/commit/109d05ba86275f2cdd65c5cda12fc423cbfb5850))
21+
22+
- Add more tests for already connected devices
23+
([#664](https://github.com/Python-roborock/python-roborock/pull/664),
24+
[`494c5b4`](https://github.com/Python-roborock/python-roborock/commit/494c5b4f2b447f12f5ef90167cad16e08a8230ac))
25+
26+
- Apply suggestions from code review
27+
([#663](https://github.com/Python-roborock/python-roborock/pull/663),
28+
[`06d051c`](https://github.com/Python-roborock/python-roborock/commit/06d051c7b8203e23970d52d65abec88a2757227f))
29+
30+
- Document combined mqtt channels
31+
([#633](https://github.com/Python-roborock/python-roborock/pull/633),
32+
[`109d05b`](https://github.com/Python-roborock/python-roborock/commit/109d05ba86275f2cdd65c5cda12fc423cbfb5850))
33+
34+
- Fix lint errors ([#664](https://github.com/Python-roborock/python-roborock/pull/664),
35+
[`494c5b4`](https://github.com/Python-roborock/python-roborock/commit/494c5b4f2b447f12f5ef90167cad16e08a8230ac))
36+
37+
- Fix lint errors ([#633](https://github.com/Python-roborock/python-roborock/pull/633),
38+
[`109d05b`](https://github.com/Python-roborock/python-roborock/commit/109d05ba86275f2cdd65c5cda12fc423cbfb5850))
39+
40+
- Fix lint errors in readme ([#633](https://github.com/Python-roborock/python-roborock/pull/633),
41+
[`109d05b`](https://github.com/Python-roborock/python-roborock/commit/109d05ba86275f2cdd65c5cda12fc423cbfb5850))
42+
43+
- Fix typo ([#633](https://github.com/Python-roborock/python-roborock/pull/633),
44+
[`109d05b`](https://github.com/Python-roborock/python-roborock/commit/109d05ba86275f2cdd65c5cda12fc423cbfb5850))
45+
46+
- Update device traits by protocol
47+
([#633](https://github.com/Python-roborock/python-roborock/pull/633),
48+
[`109d05b`](https://github.com/Python-roborock/python-roborock/commit/109d05ba86275f2cdd65c5cda12fc423cbfb5850))
49+
50+
- Update devices documentation with design details
51+
([#633](https://github.com/Python-roborock/python-roborock/pull/633),
52+
[`109d05b`](https://github.com/Python-roborock/python-roborock/commit/109d05ba86275f2cdd65c5cda12fc423cbfb5850))
53+
54+
- Use the existing device logger
55+
([#663](https://github.com/Python-roborock/python-roborock/pull/663),
56+
[`06d051c`](https://github.com/Python-roborock/python-roborock/commit/06d051c7b8203e23970d52d65abec88a2757227f))
57+
58+
### Features
59+
60+
- Add ability to listen for ready devices
61+
([#664](https://github.com/Python-roborock/python-roborock/pull/664),
62+
[`494c5b4`](https://github.com/Python-roborock/python-roborock/commit/494c5b4f2b447f12f5ef90167cad16e08a8230ac))
63+
64+
565
## v3.13.1 (2025-12-12)
666

767
### 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.13.1"
3+
version = "3.14.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)