Skip to content

Commit 72c6d06

Browse files
author
semantic-release
committed
3.7.2
Automatically generated by python-semantic-release
1 parent 44680e3 commit 72c6d06

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+
## v3.7.2 (2025-11-11)
6+
7+
### Bug Fixes
8+
9+
- Improve Home trait discovery process.
10+
([#580](https://github.com/Python-roborock/python-roborock/pull/580),
11+
[`44680e3`](https://github.com/Python-roborock/python-roborock/commit/44680e367991b6eafef0267f6b4209a09929973a))
12+
13+
### Chores
14+
15+
- Refactor test by removing redundant assertion
16+
([#580](https://github.com/Python-roborock/python-roborock/pull/580),
17+
[`44680e3`](https://github.com/Python-roborock/python-roborock/commit/44680e367991b6eafef0267f6b4209a09929973a))
18+
19+
- Update tests/devices/traits/v1/test_home.py
20+
([#580](https://github.com/Python-roborock/python-roborock/pull/580),
21+
[`44680e3`](https://github.com/Python-roborock/python-roborock/commit/44680e367991b6eafef0267f6b4209a09929973a))
22+
23+
- **deps**: Bump aiohttp from 3.13.0 to 3.13.2
24+
([#583](https://github.com/Python-roborock/python-roborock/pull/583),
25+
[`c7bacad`](https://github.com/Python-roborock/python-roborock/commit/c7bacad32ede1290fbaea261538e1b90476d61c6))
26+
27+
- **deps**: Bump pre-commit from 4.3.0 to 4.4.0
28+
([#584](https://github.com/Python-roborock/python-roborock/pull/584),
29+
[`3adc76b`](https://github.com/Python-roborock/python-roborock/commit/3adc76bdd21c16fcb25d9d3dee9c5857eccea960))
30+
31+
- **deps**: Bump python-semantic-release/publish-action
32+
([#582](https://github.com/Python-roborock/python-roborock/pull/582),
33+
[`c76bf06`](https://github.com/Python-roborock/python-roborock/commit/c76bf069191bf221a848c4dfa34104e8b93b81b8))
34+
35+
536
## v3.7.1 (2025-11-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 = "3.7.1"
3+
version = "3.7.2"
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)