Skip to content

Commit f0eb62a

Browse files
author
semantic-release
committed
5.4.1
Automatically generated by python-semantic-release
1 parent 6d5cfb8 commit f0eb62a

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v5.4.1 (2026-04-05)
6+
7+
### Bug Fixes
8+
9+
- Align protobuf runtime constraint with checked-in B01 gencode
10+
([#803](https://github.com/Python-roborock/python-roborock/pull/803),
11+
[`6d5cfb8`](https://github.com/Python-roborock/python-roborock/commit/6d5cfb8daf7399359226ccf0c40eadd33d489dfe))
12+
13+
- **protobuf**: Require v6 runtime for checked-in gencode
14+
([#803](https://github.com/Python-roborock/python-roborock/pull/803),
15+
[`6d5cfb8`](https://github.com/Python-roborock/python-roborock/commit/6d5cfb8daf7399359226ccf0c40eadd33d489dfe))
16+
17+
### Chores
18+
19+
- Apply suggestion from @Copilot
20+
([#803](https://github.com/Python-roborock/python-roborock/pull/803),
21+
[`6d5cfb8`](https://github.com/Python-roborock/python-roborock/commit/6d5cfb8daf7399359226ccf0c40eadd33d489dfe))
22+
23+
- Update protobuf version in uv.lock
24+
([#803](https://github.com/Python-roborock/python-roborock/pull/803),
25+
[`6d5cfb8`](https://github.com/Python-roborock/python-roborock/commit/6d5cfb8daf7399359226ccf0c40eadd33d489dfe))
26+
27+
### Documentation
28+
29+
- **protobuf**: Trim proto regeneration comment
30+
([#803](https://github.com/Python-roborock/python-roborock/pull/803),
31+
[`6d5cfb8`](https://github.com/Python-roborock/python-roborock/commit/6d5cfb8daf7399359226ccf0c40eadd33d489dfe))
32+
33+
534
## v5.4.0 (2026-04-05)
635

736
### 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 = "5.4.0"
3+
version = "5.4.1"
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)