File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
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
+
4
29
## v2.9.1 (2025-01-13)
5
30
6
31
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " python-roborock"
3
- version = " 2.9.1 "
3
+ version = " 2.9.2 "
4
4
description = " A package to control Roborock vacuums."
5
5
authors = [
" humbertogontijo <[email protected] >" ]
6
6
license = " GPL-3.0-only"
You can’t perform that action at this time.
0 commit comments