File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
4
+ ## v2.9.6 (2025-01-26)
5
+
6
+ ### Bug Fixes
7
+
8
+ - Remove the __ del__ warning for disconnected clients
9
+ ([ #308 ] ( https://github.com/Python-roborock/python-roborock/pull/308 ) ,
10
+ [ ` 235752b ` ] ( https://github.com/Python-roborock/python-roborock/commit/235752bd77e4617323366b56439bf8981b071430 ) )
11
+
12
+ ### Refactoring
13
+
14
+ - Breaking change to remove sync APIs
15
+ ([ #306 ] ( https://github.com/Python-roborock/python-roborock/pull/306 ) ,
16
+ [ ` 3c30d93 ` ] ( https://github.com/Python-roborock/python-roborock/commit/3c30d933f680cc567b10ad6566b02289eade5b3f ) )
17
+
18
+ * refactor: breaking change to remove sync APIs
19
+
20
+ * chore: downgrade log to a debug message
21
+
22
+
4
23
## v2.9.5 (2025-01-21)
5
24
6
25
### 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.5 "
3
+ version = " 2.9.6 "
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