Skip to content

Commit a36a956

Browse files
author
semantic-release
committed
4.25.0
Automatically generated by python-semantic-release
1 parent 19d7674 commit a36a956

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v4.25.0 (2026-03-16)
6+
7+
### Chores
8+
9+
- Apply suggestions from code review
10+
([#788](https://github.com/Python-roborock/python-roborock/pull/788),
11+
[`19d7674`](https://github.com/Python-roborock/python-roborock/commit/19d7674cbf98dcf1ba591d1bf71f87b370a90a55))
12+
13+
### Features
14+
15+
- Add `from_any_optional` method to `CodeMapping` for flexible enum resolution with corresponding
16+
tests. ([#788](https://github.com/Python-roborock/python-roborock/pull/788),
17+
[`19d7674`](https://github.com/Python-roborock/python-roborock/commit/19d7674cbf98dcf1ba591d1bf71f87b370a90a55))
18+
19+
- Add `from_any_optional` method to `RoborockModeEnum`
20+
([#788](https://github.com/Python-roborock/python-roborock/pull/788),
21+
[`19d7674`](https://github.com/Python-roborock/python-roborock/commit/19d7674cbf98dcf1ba591d1bf71f87b370a90a55))
22+
23+
### Refactoring
24+
25+
- Simplify B01_Q10 command parsing by removing a helper function and utilizing `from_any_optional`.
26+
([#788](https://github.com/Python-roborock/python-roborock/pull/788),
27+
[`19d7674`](https://github.com/Python-roborock/python-roborock/commit/19d7674cbf98dcf1ba591d1bf71f87b370a90a55))
28+
29+
530
## v4.24.0 (2026-03-16)
631

732
### Chores

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 = "4.24.0"
3+
version = "4.25.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)