Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 11, 2024
1 parent e825ff5 commit 2702f50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## v2.0.0 (2024-04-11)

### Feature

* 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))

### Breaking

* You must now specify what version api you want to use with clients. ([`e825ff5`](https://github.com/humbertogontijo/python-roborock/commit/e825ff5811516b4034e9b41769e5912c99cf0166))

## v1.0.0 (2024-04-09)

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-roborock"
version = "1.0.0"
version = "2.0.0"
description = "A package to control Roborock vacuums."
authors = ["humbertogontijo <[email protected]>"]
license = "GPL-3.0-only"
Expand Down

0 comments on commit 2702f50

Please sign in to comment.