Skip to content

Commit 852f0e4

Browse files
author
semantic-release
committed
3.10.7
Automatically generated by python-semantic-release
1 parent 89874cb commit 852f0e4

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.10.7 (2025-12-07)
6+
7+
### Bug Fixes
8+
9+
- Add test coverage for a01 traits
10+
([#649](https://github.com/Python-roborock/python-roborock/pull/649),
11+
[`89874cb`](https://github.com/Python-roborock/python-roborock/commit/89874cb5de97362c29d31f50916b2355e1d3f90f))
12+
13+
### Chores
14+
15+
- Add codecov support ([#646](https://github.com/Python-roborock/python-roborock/pull/646),
16+
[`3928280`](https://github.com/Python-roborock/python-roborock/commit/39282809217ec6d4b6e0c4f4f7729fbfd48ecadb))
17+
18+
- Add more test coverage for a01 API and fix `False` value handling
19+
([#648](https://github.com/Python-roborock/python-roborock/pull/648),
20+
[`4bd9b18`](https://github.com/Python-roborock/python-roborock/commit/4bd9b18fddf4df6e05c185ff23d8be2d8fa90763))
21+
22+
- Fix lint errors in tests ([#648](https://github.com/Python-roborock/python-roborock/pull/648),
23+
[`4bd9b18`](https://github.com/Python-roborock/python-roborock/commit/4bd9b18fddf4df6e05c185ff23d8be2d8fa90763))
24+
25+
- Use raw return values ([#649](https://github.com/Python-roborock/python-roborock/pull/649),
26+
[`89874cb`](https://github.com/Python-roborock/python-roborock/commit/89874cb5de97362c29d31f50916b2355e1d3f90f))
27+
28+
529
## v3.10.6 (2025-12-07)
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.10.6"
3+
version = "3.10.7"
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)