From 098f6997eee350be134a8b67f3355d016a5d74de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:42:42 +0000 Subject: [PATCH] chore(release): release 10.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ custom_components/hella_onyx/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8605ade..2c7837a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.2.1" + ".": "10.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 429c1a5..214cb1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## [10.3.0](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v10.2.1...v10.3.0) (2024-10-23) + + +### Features + +* add configurable delay to call stop; relates to [#220](https://github.com/muhlba91/onyx-homeassistant-integration/issues/220) ([e11f913](https://github.com/muhlba91/onyx-homeassistant-integration/commit/e11f91338442fe2cfd5f2f780c6a6c7cd92067d9)) + + +### Bug Fixes + +* do not migrate options ([139fdbc](https://github.com/muhlba91/onyx-homeassistant-integration/commit/139fdbc9a8e0ee5fec3bb15fa403b4dedc253438)) + + +### Miscellaneous Chores + +* **deps:** update dependency coverage to v7.6.4 ([f42bb17](https://github.com/muhlba91/onyx-homeassistant-integration/commit/f42bb17357e3562c46c04f5e00a19f0d237684a4)) +* **deps:** update dependency homeassistant to v2024.10.3 ([d251cca](https://github.com/muhlba91/onyx-homeassistant-integration/commit/d251cca0549f6b323d94134c3ff25affa6428e9f)) +* **deps:** update dependency ruff to ^0.7.0 ([998e350](https://github.com/muhlba91/onyx-homeassistant-integration/commit/998e350ff5ff3dbe0cf748de6a927f3da7b8498c)) + ## [10.2.1](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v10.2.0...v10.2.1) (2024-10-17) diff --git a/custom_components/hella_onyx/manifest.json b/custom_components/hella_onyx/manifest.json index ef5cccd..5439b24 100644 --- a/custom_components/hella_onyx/manifest.json +++ b/custom_components/hella_onyx/manifest.json @@ -15,5 +15,5 @@ "@muhlba91" ], "iot_class": "cloud_polling", - "version": "10.2.1" + "version": "10.3.0" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3205bfb..bffb142 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "onyx-homeassistant-integration" -version = "10.2.1" +version = "10.3.0" description = "Home Assistant Integration for Hella's ONYX.CENTER API." license = "MIT" authors = [