From cf3990386e624927428002567b0a11d39126c26e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Dec 2024 16:03:10 +0000 Subject: [PATCH] bumb(home-assistant-matter-hub): bumb to version 3.0.0-alpha.57 --- hamh/CHANGELOG.md | 19 +++++++++++++++++++ hamh/build.yaml | 2 +- hamh/config.yaml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index 2bfccc8..8915f2c 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,22 @@ +## 3.0.0-alpha.57 (2024-12-20) + +### 🚀 Features + +- ⚠️ Taking a Holiday Break – See You in the New Year! ([86bea0a](https://github.com/t0bst4r/home-assistant-matter-hub/commit/86bea0a)) + +### 🩹 Fixes + +- **light:** allow adjusting min and max level if value is out of bounds ([a95dbda](https://github.com/t0bst4r/home-assistant-matter-hub/commit/a95dbda)) +- **script, automation, scene:** explicit call the right commands to activate scripts, automations, and scenes ([66f41cd](https://github.com/t0bst4r/home-assistant-matter-hub/commit/66f41cd)) + +### ⚠️ Breaking Changes + +- As the holiday season approaches and my main job keeps me busy, I haven’t been able to dedicate as much time to this project as I’d like. Over the holidays, I’ll be taking a well-deserved break to recharge. That said, if an opportunity arises, I’ll try to answer a few questions or review a pull request via my phone. I’m looking forward to returning refreshed and motivated in the new year. Thank you for your understanding and continued support! Happy holidays! + +### ❤️ Thank You + +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.56 (2024-12-19) ### 🚀 Features diff --git a/hamh/build.yaml b/hamh/build.yaml index 6597c6c..8ebe03f 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.56" + package_version: "3.0.0-alpha.57" diff --git a/hamh/config.yaml b/hamh/config.yaml index 182b4ce..19aec4e 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.56" +version: "3.0.0-alpha.57" slug: hamh name: Home-Assistant-Matter-Hub description: Publish your entities from Home Assistant to any Matter-compatible controller like Alexa, Apple Home or Google Home.