Skip to content

Commit 8721d70

Browse files
author
semantic-release
committed
5.25.0
Automatically generated by python-semantic-release
1 parent 413d6e5 commit 8721d70

3 files changed

Lines changed: 36 additions & 2 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v5.25.0 (2026-07-03)
6+
7+
### Chores
8+
9+
- Add dataclasses for Roborock mower
10+
([#862](https://github.com/Python-roborock/python-roborock/pull/862),
11+
[`413d6e5`](https://github.com/Python-roborock/python-roborock/commit/413d6e57ae74d3d54f9f1d4c8918ffbe9d215b7b))
12+
13+
- Add some comments that better explain 'get_mop_only_vacuum_mode'
14+
([#817](https://github.com/Python-roborock/python-roborock/pull/817),
15+
[`9474bfa`](https://github.com/Python-roborock/python-roborock/commit/9474bfaa607f15c7b66f520af17d81c849651f68))
16+
17+
- Address comments ([#817](https://github.com/Python-roborock/python-roborock/pull/817),
18+
[`9474bfa`](https://github.com/Python-roborock/python-roborock/commit/9474bfaa607f15c7b66f520af17d81c849651f68))
19+
20+
- Address comments from copilot
21+
([#817](https://github.com/Python-roborock/python-roborock/pull/817),
22+
[`9474bfa`](https://github.com/Python-roborock/python-roborock/commit/9474bfaa607f15c7b66f520af17d81c849651f68))
23+
24+
- Apply suggestions from code review
25+
([#862](https://github.com/Python-roborock/python-roborock/pull/862),
26+
[`413d6e5`](https://github.com/Python-roborock/python-roborock/commit/413d6e57ae74d3d54f9f1d4c8918ffbe9d215b7b))
27+
28+
- Drop int typing and improve comment
29+
([#817](https://github.com/Python-roborock/python-roborock/pull/817),
30+
[`9474bfa`](https://github.com/Python-roborock/python-roborock/commit/9474bfaa607f15c7b66f520af17d81c849651f68))
31+
32+
### Features
33+
34+
- Add better cleaning mode support
35+
([#817](https://github.com/Python-roborock/python-roborock/pull/817),
36+
[`9474bfa`](https://github.com/Python-roborock/python-roborock/commit/9474bfaa607f15c7b66f520af17d81c849651f68))
37+
38+
539
## v5.24.0 (2026-07-03)
640

741
### 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.24.0"
3+
version = "5.25.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)