Skip to content

Commit 2702f50

Browse files
author
github-actions
committed
2.0.0
Automatically generated by python-semantic-release
1 parent e825ff5 commit 2702f50

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.0.0 (2024-04-11)
6+
7+
### Feature
8+
9+
* Add zeo support and fix some a01 weirdness ([#200](https://github.com/humbertogontijo/python-roborock/issues/200)) ([`e825ff5`](https://github.com/humbertogontijo/python-roborock/commit/e825ff5811516b4034e9b41769e5912c99cf0166))
10+
11+
### Breaking
12+
13+
* You must now specify what version api you want to use with clients. ([`e825ff5`](https://github.com/humbertogontijo/python-roborock/commit/e825ff5811516b4034e9b41769e5912c99cf0166))
14+
515
## v1.0.0 (2024-04-09)
616

717
### Breaking

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 = "1.0.0"
3+
version = "2.0.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)