From 2702f50b893f77e6609d0675350f34452db65019 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 11 Apr 2024 14:48:24 +0000 Subject: [PATCH] 2.0.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4569a86..15c3ae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## 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 diff --git a/pyproject.toml b/pyproject.toml index 9e3e190..f09200d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPL-3.0-only"