Skip to content

Commit 522ab8a

Browse files
author
semantic-release
committed
2.12.2
Automatically generated by python-semantic-release
1 parent 53635ed commit 522ab8a

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,50 @@
11
# CHANGELOG
22

33

4+
## v2.12.2 (2025-03-11)
5+
6+
### Bug Fixes
7+
8+
- Bad dock summary logic ([#345](https://github.com/Python-roborock/python-roborock/pull/345),
9+
[`eda1e98`](https://github.com/Python-roborock/python-roborock/commit/eda1e98e5ea177e2eb2390d877b383780f938fd8))
10+
11+
### Chores
12+
13+
- **deps-dev**: Bump pytest from 8.3.4 to 8.3.5
14+
([#342](https://github.com/Python-roborock/python-roborock/pull/342),
15+
[`53635ed`](https://github.com/Python-roborock/python-roborock/commit/53635eda2a2415fc5744f9ebdf8e80fb2df96ef0))
16+
17+
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5. - [Release
18+
notes](https://github.com/pytest-dev/pytest/releases) -
19+
[Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) -
20+
[Commits](https://github.com/pytest-dev/pytest/compare/8.3.4...8.3.5)
21+
22+
--- updated-dependencies: - dependency-name: pytest dependency-type: direct:development
23+
24+
update-type: version-update:semver-patch ...
25+
26+
Signed-off-by: dependabot[bot] <support@github.com>
27+
28+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
29+
30+
- **deps-dev**: Bump ruff from 0.9.9 to 0.9.10
31+
([#344](https://github.com/Python-roborock/python-roborock/pull/344),
32+
[`94b281d`](https://github.com/Python-roborock/python-roborock/commit/94b281daf5906ec572fa679869eb78fab030db59))
33+
34+
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.9 to 0.9.10. - [Release
35+
notes](https://github.com/astral-sh/ruff/releases) -
36+
[Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) -
37+
[Commits](https://github.com/astral-sh/ruff/compare/0.9.9...0.9.10)
38+
39+
--- updated-dependencies: - dependency-name: ruff dependency-type: direct:development
40+
41+
update-type: version-update:semver-patch ...
42+
43+
Signed-off-by: dependabot[bot] <support@github.com>
44+
45+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
46+
47+
448
## v2.12.1 (2025-03-04)
549

650
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-roborock"
3-
version = "2.12.1"
3+
version = "2.12.2"
44
description = "A package to control Roborock vacuums."
55
authors = ["humbertogontijo <humbertogontijo@users.noreply.github.com>"]
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)