Skip to content

Commit f52d220

Browse files
author
semantic-release
committed
3.18.0
Automatically generated by python-semantic-release
1 parent 728e53a commit f52d220

File tree

3 files changed

+49
-2
lines changed

3 files changed

+49
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v3.18.0 (2025-12-17)
6+
7+
### Bug Fixes
8+
9+
- Use value instead of name to get lower cased
10+
([#686](https://github.com/Python-roborock/python-roborock/pull/686),
11+
[`728e53a`](https://github.com/Python-roborock/python-roborock/commit/728e53a44949c9044fc64e53725fe0103b43b4a8))
12+
13+
### Chores
14+
15+
- Fix pydoc string ([#674](https://github.com/Python-roborock/python-roborock/pull/674),
16+
[`c576d5f`](https://github.com/Python-roborock/python-roborock/commit/c576d5ff1e1247c20a1b1c0f4895b8870f929734))
17+
18+
- Fix typo in README.md ([#685](https://github.com/Python-roborock/python-roborock/pull/685),
19+
[`d01287a`](https://github.com/Python-roborock/python-roborock/commit/d01287a3a9883ee9698fbe6ad9bd95e4e8779b5e))
20+
21+
- Improve library user documentation
22+
([#685](https://github.com/Python-roborock/python-roborock/pull/685),
23+
[`d01287a`](https://github.com/Python-roborock/python-roborock/commit/d01287a3a9883ee9698fbe6ad9bd95e4e8779b5e))
24+
25+
- Remove unnecessary assert in test
26+
([#674](https://github.com/Python-roborock/python-roborock/pull/674),
27+
[`c576d5f`](https://github.com/Python-roborock/python-roborock/commit/c576d5ff1e1247c20a1b1c0f4895b8870f929734))
28+
29+
- Style cleanup re-raising a bare exception
30+
([#674](https://github.com/Python-roborock/python-roborock/pull/674),
31+
[`c576d5f`](https://github.com/Python-roborock/python-roborock/commit/c576d5ff1e1247c20a1b1c0f4895b8870f929734))
32+
33+
- Update roborock/data/code_mappings.py
34+
([#686](https://github.com/Python-roborock/python-roborock/pull/686),
35+
[`728e53a`](https://github.com/Python-roborock/python-roborock/commit/728e53a44949c9044fc64e53725fe0103b43b4a8))
36+
37+
- **deps-dev**: Bump pytest from 8.4.2 to 9.0.2
38+
([#681](https://github.com/Python-roborock/python-roborock/pull/681),
39+
[`5520a56`](https://github.com/Python-roborock/python-roborock/commit/5520a562f1913e11dea6a007b4b2accb3d30d222))
40+
41+
### Features
42+
43+
- Allow device manager to perform rediscovery of devices
44+
([#674](https://github.com/Python-roborock/python-roborock/pull/674),
45+
[`c576d5f`](https://github.com/Python-roborock/python-roborock/commit/c576d5ff1e1247c20a1b1c0f4895b8870f929734))
46+
47+
- Improvements to B01 for HA integration
48+
([#686](https://github.com/Python-roborock/python-roborock/pull/686),
49+
[`728e53a`](https://github.com/Python-roborock/python-roborock/commit/728e53a44949c9044fc64e53725fe0103b43b4a8))
50+
51+
552
## v3.17.0 (2025-12-15)
653

754
### 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 = "3.17.0"
3+
version = "3.18.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)