From baeda999e21769147f83159875719a7e0b65784c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Apr 2024 19:30:06 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=93=A2=200.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [0.4.3](https://github.com/Disane87/spoolman-homeassistant/compare/v0.4.2...v0.4.3) (2024-04-01) ### 🛠️ Fixes * Fixes an issue when there is no active spool in klipper ([eda5f32](https://github.com/Disane87/spoolman-homeassistant/commit/eda5f329dd7708c2b2e997923acc7f966cd6504e)), closes [#105](https://github.com/Disane87/spoolman-homeassistant/issues/105) --- CHANGELOG.md | 7 +++++++ hacs.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 643cef8..9cc004e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.4.3](https://github.com/Disane87/spoolman-homeassistant/compare/v0.4.2...v0.4.3) (2024-04-01) + + +### 🛠️ Fixes + +* Fixes an issue when there is no active spool in klipper ([eda5f32](https://github.com/Disane87/spoolman-homeassistant/commit/eda5f329dd7708c2b2e997923acc7f966cd6504e)), closes [#105](https://github.com/Disane87/spoolman-homeassistant/issues/105) + ## [0.4.2-dev.2](https://github.com/Disane87/spoolman-homeassistant/compare/v0.4.2-dev.1...v0.4.2-dev.2) (2024-03-30) ### 🛠️ Fixes diff --git a/hacs.json b/hacs.json index 480cc8c..73776de 100644 --- a/hacs.json +++ b/hacs.json @@ -2,6 +2,6 @@ "name": "Spoolman", "homeassistant": "2023.9.0", "render_readme": true, - "filename": "spoolman-homeassistant_0.4.2-dev.2.zip", + "filename": "spoolman-homeassistant_0.4.3.zip", "zip_release": true }