Skip to content

Commit d0e544c

Browse files
author
semantic-release
committed
4.3.0
Automatically generated by python-semantic-release
1 parent bdc1591 commit d0e544c

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+
## v4.3.0 (2026-01-10)
6+
7+
### Chores
8+
9+
- Add function to create field metadata
10+
([#740](https://github.com/Python-roborock/python-roborock/pull/740),
11+
[`bdc1591`](https://github.com/Python-roborock/python-roborock/commit/bdc159192cfb2afa02199171288a20b228abb7f6))
12+
13+
- Simplify supported_schema_codes
14+
([#740](https://github.com/Python-roborock/python-roborock/pull/740),
15+
[`bdc1591`](https://github.com/Python-roborock/python-roborock/commit/bdc159192cfb2afa02199171288a20b228abb7f6))
16+
17+
- Update pydoc for DeviceFeaturesTrait
18+
([#740](https://github.com/Python-roborock/python-roborock/pull/740),
19+
[`bdc1591`](https://github.com/Python-roborock/python-roborock/commit/bdc159192cfb2afa02199171288a20b228abb7f6))
20+
21+
- Update test descrition ([#740](https://github.com/Python-roborock/python-roborock/pull/740),
22+
[`bdc1591`](https://github.com/Python-roborock/python-roborock/commit/bdc159192cfb2afa02199171288a20b228abb7f6))
23+
24+
- Update to use StrEnum ([#740](https://github.com/Python-roborock/python-roborock/pull/740),
25+
[`bdc1591`](https://github.com/Python-roborock/python-roborock/commit/bdc159192cfb2afa02199171288a20b228abb7f6))
26+
27+
### Features
28+
29+
- Add an approach for determining if a dataclass field is supported
30+
([#740](https://github.com/Python-roborock/python-roborock/pull/740),
31+
[`bdc1591`](https://github.com/Python-roborock/python-roborock/commit/bdc159192cfb2afa02199171288a20b228abb7f6))
32+
33+
534
## v4.2.2 (2026-01-09)
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 = "4.2.2"
3+
version = "4.3.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)