From 3fed64c4d0d267d385883aa70ce307577c79b644 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 9 Apr 2024 12:05:10 +0000 Subject: [PATCH] 1.0.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74cb208..4569a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.0.0 (2024-04-09) + +### Breaking + +* You must now specify what version api you want to use with clients. ([`16b9e3e`](https://github.com/humbertogontijo/python-roborock/commit/16b9e3e8261db3ec38d6bc24661ecf40c6bb0870)) + ## v0.41.0 (2024-03-06) ### Feature diff --git a/pyproject.toml b/pyproject.toml index e0e25bd..9e3e190 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-roborock" -version = "0.41.0" +version = "1.0.0" description = "A package to control Roborock vacuums." authors = ["humbertogontijo "] license = "GPL-3.0-only"