Skip to content

Commit 148a6fa

Browse files
author
semantic-release
committed
2.19.0
Automatically generated by python-semantic-release
1 parent 240bf59 commit 148a6fa

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

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

33

4+
## v2.19.0 (2025-05-13)
5+
6+
### Bug Fixes
7+
8+
- Add Saros 10 dock type code ([#362](https://github.com/Python-roborock/python-roborock/pull/362),
9+
[`240bf59`](https://github.com/Python-roborock/python-roborock/commit/240bf59df1873e85e05356496e5be01f1a000199))
10+
11+
### Chores
12+
13+
- **deps**: Bump aiomqtt from 2.3.2 to 2.4.0
14+
([#375](https://github.com/Python-roborock/python-roborock/pull/375),
15+
[`b243a25`](https://github.com/Python-roborock/python-roborock/commit/b243a25569c2cb6b54e6c0e1eed6dadecb9ad84c))
16+
17+
Bumps [aiomqtt](https://github.com/empicano/aiomqtt) from 2.3.2 to 2.4.0. - [Release
18+
notes](https://github.com/empicano/aiomqtt/releases) -
19+
[Changelog](https://github.com/empicano/aiomqtt/blob/main/CHANGELOG.md) -
20+
[Commits](https://github.com/empicano/aiomqtt/compare/v2.3.2...v2.4.0)
21+
22+
--- updated-dependencies: - dependency-name: aiomqtt dependency-version: 2.4.0
23+
24+
dependency-type: direct:production
25+
26+
update-type: version-update:semver-minor ...
27+
28+
Signed-off-by: dependabot[bot] <[email protected]>
29+
30+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31+
32+
### Features
33+
34+
- Add some logging for the web api
35+
([#377](https://github.com/Python-roborock/python-roborock/pull/377),
36+
[`74c1b5f`](https://github.com/Python-roborock/python-roborock/commit/74c1b5f6e88ce410f95676de802bd04d304963b1))
37+
38+
439
## v2.18.2 (2025-05-04)
540

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

0 commit comments

Comments
 (0)