Skip to content

Commit 312b7ac

Browse files
author
semantic-release
committed
4.24.0
Automatically generated by python-semantic-release
1 parent 08ca9aa commit 312b7ac

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v4.24.0 (2026-03-16)
6+
7+
### Chores
8+
9+
- Fix lint. ([#787](https://github.com/Python-roborock/python-roborock/pull/787),
10+
[`08ca9aa`](https://github.com/Python-roborock/python-roborock/commit/08ca9aa2f9dfb85f41e427d62c3ef189d3a48727))
11+
12+
- Fix MAX_PLUS enum value ([#787](https://github.com/Python-roborock/python-roborock/pull/787),
13+
[`08ca9aa`](https://github.com/Python-roborock/python-roborock/commit/08ca9aa2f9dfb85f41e427d62c3ef189d3a48727))
14+
15+
- Rename and reorder `YXFanLevel` enum members
16+
([#787](https://github.com/Python-roborock/python-roborock/pull/787),
17+
[`08ca9aa`](https://github.com/Python-roborock/python-roborock/commit/08ca9aa2f9dfb85f41e427d62c3ef189d3a48727))
18+
19+
### Documentation
20+
21+
- Add docstring and alias comments to the YXFanLevel enum.
22+
([#787](https://github.com/Python-roborock/python-roborock/pull/787),
23+
[`08ca9aa`](https://github.com/Python-roborock/python-roborock/commit/08ca9aa2f9dfb85f41e427d62c3ef189d3a48727))
24+
25+
### Features
26+
27+
- Rename and reorder `YXFanLevel` enum members
28+
([#787](https://github.com/Python-roborock/python-roborock/pull/787),
29+
[`08ca9aa`](https://github.com/Python-roborock/python-roborock/commit/08ca9aa2f9dfb85f41e427d62c3ef189d3a48727))
30+
31+
532
## v4.23.0 (2026-03-16)
633

734
### 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.23.0"
3+
version = "4.24.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)