Skip to content

Commit 1d04a58

Browse files
author
semantic-release
committed
5.4.0
Automatically generated by python-semantic-release
1 parent e6f20cc commit 1d04a58

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v5.4.0 (2026-04-05)
6+
7+
### Bug Fixes
8+
9+
- Update error_code and other fields to use _requires_schema_code for schema validation
10+
([#806](https://github.com/Python-roborock/python-roborock/pull/806),
11+
[`e6f20cc`](https://github.com/Python-roborock/python-roborock/commit/e6f20cc235b8c24cf10eae2e35f72dfe7d89937a))
12+
13+
### Features
14+
15+
- Add consumable fields ([#806](https://github.com/Python-roborock/python-roborock/pull/806),
16+
[`e6f20cc`](https://github.com/Python-roborock/python-roborock/commit/e6f20cc235b8c24cf10eae2e35f72dfe7d89937a))
17+
18+
- Update schema requirements in StatusV2
19+
([#806](https://github.com/Python-roborock/python-roborock/pull/806),
20+
[`e6f20cc`](https://github.com/Python-roborock/python-roborock/commit/e6f20cc235b8c24cf10eae2e35f72dfe7d89937a))
21+
22+
- Update schema requirements in StatusV2 and Consumable
23+
([#806](https://github.com/Python-roborock/python-roborock/pull/806),
24+
[`e6f20cc`](https://github.com/Python-roborock/python-roborock/commit/e6f20cc235b8c24cf10eae2e35f72dfe7d89937a))
25+
26+
### Refactoring
27+
28+
- Remove redundant default=None arguments from _requires_schema_code calls in v1_containers
29+
([#806](https://github.com/Python-roborock/python-roborock/pull/806),
30+
[`e6f20cc`](https://github.com/Python-roborock/python-roborock/commit/e6f20cc235b8c24cf10eae2e35f72dfe7d89937a))
31+
32+
533
## v5.3.0 (2026-04-04)
634

735
### Features

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.3.0"
3+
version = "5.4.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)