File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v2.9.5 (2025-01-21)
5+
6+ ### Bug Fixes
7+
8+ - Fix queue timeout variable and set default in tests of 10 seconds
9+ ([ #302 ] ( https://github.com/Python-roborock/python-roborock/pull/302 ) ,
10+ [ ` 9c75e3a ` ] ( https://github.com/Python-roborock/python-roborock/commit/9c75e3a67fc8f411c5496b5864a9a0e90a573c8a ) )
11+
12+ * test: set queue timeout of 10
13+
14+ * test: cleanup lint errors
15+
16+ * fix: set queue_timeout in the client leaf base classes
17+
18+ * chore: fix test fixture after merging
19+
20+ - Log an explicit message when intentionally resetting the connection
21+ ([ #304 ] ( https://github.com/Python-roborock/python-roborock/pull/304 ) ,
22+ [ ` a20d2ac ` ] ( https://github.com/Python-roborock/python-roborock/commit/a20d2ac46c7553c7b7c7dffbbc86ee0da370418d ) )
23+
24+
425## v2.9.4 (2025-01-21)
526
627### Bug Fixes
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " python-roborock"
3- version = " 2.9.4 "
3+ version = " 2.9.5 "
44description = " A package to control Roborock vacuums."
55authors = [" humbertogontijo <humbertogontijo@users.noreply.github.com>" ]
66license = " GPL-3.0-only"
You can’t perform that action at this time.
0 commit comments