Skip to content

Commit e1f3cb8

Browse files
author
semantic-release
committed
5.5.0
Automatically generated by python-semantic-release
1 parent 4fcef24 commit e1f3cb8

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v5.5.0 (2026-04-06)
6+
7+
### Bug Fixes
8+
9+
- Support home discovery when there are no maps
10+
([#809](https://github.com/Python-roborock/python-roborock/pull/809),
11+
[`011c9d1`](https://github.com/Python-roborock/python-roborock/commit/011c9d169dd665d1042b140442b560a4124e681d))
12+
13+
### Chores
14+
15+
- Replace schema code strings with RoborockDataProtocol enum values in status containers and add
16+
supported_schema_ids helper ([#808](https://github.com/Python-roborock/python-roborock/pull/808),
17+
[`4fcef24`](https://github.com/Python-roborock/python-roborock/commit/4fcef24bc2ab19756d43902dc7b044d30df6e903))
18+
19+
- Update dps field metadata description in DeviceFeaturesTrait docstring
20+
([#808](https://github.com/Python-roborock/python-roborock/pull/808),
21+
[`4fcef24`](https://github.com/Python-roborock/python-roborock/commit/4fcef24bc2ab19756d43902dc7b044d30df6e903))
22+
23+
### Features
24+
25+
- Update supported_schema_ids to include additional RoborockMessageProtocol and RoborockDataProtocol
26+
constants ([#808](https://github.com/Python-roborock/python-roborock/pull/808),
27+
[`4fcef24`](https://github.com/Python-roborock/python-roborock/commit/4fcef24bc2ab19756d43902dc7b044d30df6e903))
28+
29+
### Refactoring
30+
31+
- Replace schema code strings with RoborockDataProtocol enums
32+
([#808](https://github.com/Python-roborock/python-roborock/pull/808),
33+
[`4fcef24`](https://github.com/Python-roborock/python-roborock/commit/4fcef24bc2ab19756d43902dc7b044d30df6e903))
34+
35+
536
## v5.4.1 (2026-04-05)
637

738
### 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.1"
3+
version = "5.5.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)