From 90e5d3e738fd5c2ad25fe044881f633721388d66 Mon Sep 17 00:00:00 2001 From: Hugo <42470993+hugobloem@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:08:00 +0000 Subject: [PATCH] chore(main): release 1.5.0 (#142) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++ .../stateful_scenes/manifest.json | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c313f9..dd8fde7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3f1ba..0ab1fcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [1.5.0](https://github.com/hugobloem/stateful_scenes/compare/v1.4.0...v1.5.0) (2024-12-04) + + +### 🚀 Features + +* set rounding tolerance per scene ([#143](https://github.com/hugobloem/stateful_scenes/issues/143)) ([dd4448f](https://github.com/hugobloem/stateful_scenes/commit/dd4448f98c6d3483603f431394245c73d18476d9)) + + +### 🐛 Bugfixes + +* do not restore attributes when the state to restore is "off" ([#145](https://github.com/hugobloem/stateful_scenes/issues/145)) ([3567fd1](https://github.com/hugobloem/stateful_scenes/commit/3567fd196aa8aadf9747159c8afcdd3cb9611cd6)) +* force store entity state when turning on ([#145](https://github.com/hugobloem/stateful_scenes/issues/145)) ([3567fd1](https://github.com/hugobloem/stateful_scenes/commit/3567fd196aa8aadf9747159c8afcdd3cb9611cd6)) +* move imports source in config_flow.py ([e7c8af8](https://github.com/hugobloem/stateful_scenes/commit/e7c8af8becdaaff0491c3c5374694031b1c0059f)) +* non-blocking file reading for scenes configuration ([#141](https://github.com/hugobloem/stateful_scenes/issues/141)) ([07e09d5](https://github.com/hugobloem/stateful_scenes/commit/07e09d55e05bf707ccf2b6d26b5209a737ea573a)) + + +### 🔨 Code Refactoring + +* scene file importing improvements ([#144](https://github.com/hugobloem/stateful_scenes/issues/144)) ([e1ee6d4](https://github.com/hugobloem/stateful_scenes/commit/e1ee6d48bc3abf453a943d4be2a6b3f33ce23b33)) + + +### 🔧 Miscellaneous Chores + +* **deps:** bump astral-sh/setup-uv from 3 to 4 ([#138](https://github.com/hugobloem/stateful_scenes/issues/138)) ([8d152ad](https://github.com/hugobloem/stateful_scenes/commit/8d152ad26970f90de3f2f37ae008ec53d61421fa)) + ## [1.4.0](https://github.com/hugobloem/stateful_scenes/compare/v1.3.2...v1.4.0) (2024-11-15) diff --git a/custom_components/stateful_scenes/manifest.json b/custom_components/stateful_scenes/manifest.json index 2ef1834..c70420c 100644 --- a/custom_components/stateful_scenes/manifest.json +++ b/custom_components/stateful_scenes/manifest.json @@ -11,5 +11,5 @@ "requirements": [ "aiofiles" ], - "version": "1.4.0" + "version": "1.5.0" } \ No newline at end of file