Skip to content

Commit 6639abb

Browse files
author
semantic-release
committed
2.9.2
Automatically generated by python-semantic-release
1 parent 699a2c5 commit 6639abb

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

33

4+
## v2.9.2 (2025-01-19)
5+
6+
### Bug Fixes
7+
8+
- Update local API protocol broken during refactoring and add additional tests for API calls
9+
([#293](https://github.com/Python-roborock/python-roborock/pull/293),
10+
[`ea8e55a`](https://github.com/Python-roborock/python-roborock/commit/ea8e55a0b9c54e7c7d6235ad0e73f7b75ec4de7b))
11+
12+
* test: add an additional local API test and fix bug in test fixture
13+
14+
* test: fix formatting
15+
16+
* fix: Update local API
17+
18+
### Chores
19+
20+
- Remove dacite and update readme
21+
([#294](https://github.com/Python-roborock/python-roborock/pull/294),
22+
[`699a2c5`](https://github.com/Python-roborock/python-roborock/commit/699a2c5ed5362ee4004d2888037baf929869e98c))
23+
24+
- Update CI to run on one platform, but multiple python versions
25+
([#292](https://github.com/Python-roborock/python-roborock/pull/292),
26+
[`16ab4ff`](https://github.com/Python-roborock/python-roborock/commit/16ab4ff433d25df9daa4bf102569c39bbd686420))
27+
28+
429
## v2.9.1 (2025-01-13)
530

631
### 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.1"
3+
version = "2.9.2"
44
description = "A package to control Roborock vacuums."
55
authors = ["humbertogontijo <[email protected]>"]
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)