We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf70f4 commit 0ade537Copy full SHA for 0ade537
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.32.4 (2023-08-30)
6
+
7
+### Fix
8
9
+* Refactor cache and call get_status after changing mop mode ([#105](https://github.com/humbertogontijo/python-roborock/issues/105)) ([`8bf70f4`](https://github.com/humbertogontijo/python-roborock/commit/8bf70f4f8b3cabe846bffdc3dd3300f9f621ae97))
10
11
## v0.32.3 (2023-08-05)
12
13
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "python-roborock"
-version = "0.32.3"
+version = "0.32.4"
description = "A package to control Roborock vacuums."
authors = ["humbertogontijo <humbertogontijo@users.noreply.github.com>"]
license = "GPL-3.0-only"
0 commit comments