Skip to content

Commit 580974c

Browse files
author
semantic-release
committed
3.10.8
Automatically generated by python-semantic-release
1 parent 7301a2a commit 580974c

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v3.10.8 (2025-12-07)
6+
7+
### Bug Fixes
8+
9+
- Encode a01 values as json strings
10+
([#645](https://github.com/Python-roborock/python-roborock/pull/645),
11+
[`7301a2a`](https://github.com/Python-roborock/python-roborock/commit/7301a2a7145b3ffa862b5ae83f2961b1b28b2867))
12+
13+
- Update where the string conversion happens
14+
([#645](https://github.com/Python-roborock/python-roborock/pull/645),
15+
[`7301a2a`](https://github.com/Python-roborock/python-roborock/commit/7301a2a7145b3ffa862b5ae83f2961b1b28b2867))
16+
17+
### Chores
18+
19+
- Remove unnecessary imports ([#645](https://github.com/Python-roborock/python-roborock/pull/645),
20+
[`7301a2a`](https://github.com/Python-roborock/python-roborock/commit/7301a2a7145b3ffa862b5ae83f2961b1b28b2867))
21+
22+
- Update tests to capture bug fix
23+
([#645](https://github.com/Python-roborock/python-roborock/pull/645),
24+
[`7301a2a`](https://github.com/Python-roborock/python-roborock/commit/7301a2a7145b3ffa862b5ae83f2961b1b28b2867))
25+
26+
527
## v3.10.7 (2025-12-07)
628

729
### 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.10.7"
3+
version = "3.10.8"
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)