Skip to content

Commit f0cfe7c

Browse files
author
semantic-release
committed
2.9.5
Automatically generated by python-semantic-release
1 parent 9c75e3a commit f0cfe7c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
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

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.4"
3+
version = "2.9.5"
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)