Skip to content

Commit 6e04bfa

Browse files
author
semantic-release
committed
2.9.6
Automatically generated by python-semantic-release
1 parent 235752b commit 6e04bfa

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

33

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+
423
## v2.9.5 (2025-01-21)
524

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

0 commit comments

Comments
 (0)