Skip to content

Commit be72d6b

Browse files
author
semantic-release
committed
3.3.2
Automatically generated by python-semantic-release
1 parent 904494d commit be72d6b

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v3.3.2 (2025-10-25)
6+
7+
### Bug Fixes
8+
9+
- Ensure that result is not none
10+
([#565](https://github.com/Python-roborock/python-roborock/pull/565),
11+
[`c0a84eb`](https://github.com/Python-roborock/python-roborock/commit/c0a84eb434ea1b8e15adea7adeba28b7fb1853f6))
12+
13+
- Set to empty dict ([#565](https://github.com/Python-roborock/python-roborock/pull/565),
14+
[`c0a84eb`](https://github.com/Python-roborock/python-roborock/commit/c0a84eb434ea1b8e15adea7adeba28b7fb1853f6))
15+
16+
### Chores
17+
18+
- Fix typing for InMemoryCache ([#566](https://github.com/Python-roborock/python-roborock/pull/566),
19+
[`904494d`](https://github.com/Python-roborock/python-roborock/commit/904494da3dcf899d9a4d5d4ab589d543dcea1fe2))
20+
21+
- Go back to the other way ([#565](https://github.com/Python-roborock/python-roborock/pull/565),
22+
[`c0a84eb`](https://github.com/Python-roborock/python-roborock/commit/c0a84eb434ea1b8e15adea7adeba28b7fb1853f6))
23+
24+
- Update roborock/protocols/v1_protocol.py
25+
([#565](https://github.com/Python-roborock/python-roborock/pull/565),
26+
[`c0a84eb`](https://github.com/Python-roborock/python-roborock/commit/c0a84eb434ea1b8e15adea7adeba28b7fb1853f6))
27+
28+
529
## v3.3.1 (2025-10-25)
630

731
### 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.3.1"
3+
version = "3.3.2"
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)