Skip to content

Commit 2d24a66

Browse files
author
semantic-release
committed
2.8.5
Automatically generated by python-semantic-release
1 parent d750234 commit 2d24a66

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

33

4+
## v2.8.5 (2025-01-06)
5+
6+
### Bug Fixes
7+
8+
- Add additional log messages to track down concurrency errors
9+
([#266](https://github.com/humbertogontijo/python-roborock/pull/266),
10+
[`d750234`](https://github.com/humbertogontijo/python-roborock/commit/d75023482e58689009c4df96cfc69b6080f5ada9))
11+
12+
- Update log message to include existing request id
13+
([#264](https://github.com/humbertogontijo/python-roborock/pull/264),
14+
[`ac8d23a`](https://github.com/humbertogontijo/python-roborock/commit/ac8d23aa59342d9ae9f7c5d7c857de353e288ffa))
15+
16+
* fix: Update log message to include existing request id
17+
18+
* fix: Add protocol to log message
19+
20+
### Chores
21+
22+
- Always use time.monotonic ([#265](https://github.com/humbertogontijo/python-roborock/pull/265),
23+
[`e14802c`](https://github.com/humbertogontijo/python-roborock/commit/e14802cadde404d548cdff0c6b5906740a7e8c00))
24+
25+
426
## v2.8.4 (2024-12-20)
527

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

0 commit comments

Comments
 (0)