Skip to content

Commit 71e5217

Browse files
author
semantic-release
committed
3.2.0
Automatically generated by python-semantic-release
1 parent 0fc7200 commit 71e5217

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v3.2.0 (2025-10-25)
6+
7+
### Bug Fixes
8+
9+
- Update redacted values to remove sensitive values
10+
([#560](https://github.com/Python-roborock/python-roborock/pull/560),
11+
[`0fc7200`](https://github.com/Python-roborock/python-roborock/commit/0fc720034f9da988fe0ba981128b7d66c4998e60))
12+
13+
- Update shapshots ([#560](https://github.com/Python-roborock/python-roborock/pull/560),
14+
[`0fc7200`](https://github.com/Python-roborock/python-roborock/commit/0fc720034f9da988fe0ba981128b7d66c4998e60))
15+
16+
### Chores
17+
18+
- Cleanup lint ([#560](https://github.com/Python-roborock/python-roborock/pull/560),
19+
[`0fc7200`](https://github.com/Python-roborock/python-roborock/commit/0fc720034f9da988fe0ba981128b7d66c4998e60))
20+
21+
- Only emit traits that have any values set
22+
([#560](https://github.com/Python-roborock/python-roborock/pull/560),
23+
[`0fc7200`](https://github.com/Python-roborock/python-roborock/commit/0fc720034f9da988fe0ba981128b7d66c4998e60))
24+
25+
- Revert mqtt channel changes ([#560](https://github.com/Python-roborock/python-roborock/pull/560),
26+
[`0fc7200`](https://github.com/Python-roborock/python-roborock/commit/0fc720034f9da988fe0ba981128b7d66c4998e60))
27+
28+
### Features
29+
30+
- Add diagnostic information to the device
31+
([#560](https://github.com/Python-roborock/python-roborock/pull/560),
32+
[`0fc7200`](https://github.com/Python-roborock/python-roborock/commit/0fc720034f9da988fe0ba981128b7d66c4998e60))
33+
34+
535
## v3.1.2 (2025-10-25)
636

737
### 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.1.2"
3+
version = "3.2.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)