From 2328c62cc007e6a39fea411bacd850cf904a1a23 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 3 Jan 2024 04:08:56 +0000 Subject: [PATCH] 0.39.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 f10c435..7e34c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.39.0 (2024-01-03) + +### Feature + +* Add async_release ([#179](https://github.com/humbertogontijo/python-roborock/issues/179)) ([`ae58627`](https://github.com/humbertogontijo/python-roborock/commit/ae58627bda324c29090b7c4ab78776288a30a64d)) + ## v0.38.0 (2023-12-11) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 551042b..07b404b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-roborock" -version = "0.38.0" +version = "0.39.0" description = "A package to control Roborock vacuums." authors = ["humbertogontijo "] license = "GPL-3.0-only"