Skip to content

Commit 9c80845

Browse files
author
semantic-release
committed
2.9.3
Automatically generated by python-semantic-release
1 parent a55b804 commit 9c80845

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v2.9.3 (2025-01-21)
5+
6+
### Bug Fixes
7+
8+
- Remove methods no longer available in paho-mqtt
9+
([#298](https://github.com/Python-roborock/python-roborock/pull/298),
10+
[`685edc8`](https://github.com/Python-roborock/python-roborock/commit/685edc825fbf2062d61c3294ea82c4566442dd64))
11+
12+
### Chores
13+
14+
- Remove test that creates abstract base class
15+
([#299](https://github.com/Python-roborock/python-roborock/pull/299),
16+
[`a55b804`](https://github.com/Python-roborock/python-roborock/commit/a55b804fddff318d704cc04e6c4190514e3e3375))
17+
18+
- **deps-dev**: Bump aioresponses from 0.7.7 to 0.7.8
19+
([#295](https://github.com/Python-roborock/python-roborock/pull/295),
20+
[`ab7ffb3`](https://github.com/Python-roborock/python-roborock/commit/ab7ffb36190090e6d5b39150da4ebe2f2e22fbd4))
21+
22+
Bumps [aioresponses](https://github.com/pnuckowski/aioresponses) from 0.7.7 to 0.7.8. - [Release
23+
notes](https://github.com/pnuckowski/aioresponses/releases) -
24+
[Commits](https://github.com/pnuckowski/aioresponses/compare/0.7.7...0.7.8)
25+
26+
--- updated-dependencies: - dependency-name: aioresponses dependency-type: direct:development
27+
update-type: version-update:semver-patch ...
28+
29+
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot]
30+
<49699333+dependabot[bot]@users.noreply.github.com>
31+
32+
433
## v2.9.2 (2025-01-19)
534

635
### 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.9.2"
3+
version = "2.9.3"
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)