From c4e28116f1da40da4b7ebf929f1493ac96b7c414 Mon Sep 17 00:00:00 2001 From: Richard Sorensson Date: Mon, 4 Apr 2022 21:13:16 +0200 Subject: [PATCH 1/3] fix build issue with latest hassio version --- plejd/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/plejd/Dockerfile b/plejd/Dockerfile index cb32527..586cc7c 100644 --- a/plejd/Dockerfile +++ b/plejd/Dockerfile @@ -25,6 +25,7 @@ RUN \ python3 \ bluez \ eudev-dev \ + zlib-dev \ \ && apk add --no-cache \ git \ From b78df43058b175d727512ff32c93175117c24d99 Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 10 Apr 2022 09:37:04 +0200 Subject: [PATCH 2/3] Set version to 0.8.1 to prepare for release --- plejd/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plejd/config.json b/plejd/config.json index b9b2330..5c05d83 100644 --- a/plejd/config.json +++ b/plejd/config.json @@ -1,6 +1,6 @@ { "name": "Plejd", - "version": "0.8.0-beta", + "version": "0.8.1", "slug": "plejd", "description": "Adds support for the Swedish home automation devices from Plejd.", "url": "https://github.com/icanos/hassio-plejd/", From cea35e274f3ddb5d2748cca021e3df3c0fbd7c8f Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 10 Apr 2022 11:14:37 +0200 Subject: [PATCH 3/3] Set version to 0.9.0 to prepare for release --- plejd/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plejd/config.json b/plejd/config.json index 5c05d83..1ad7a7f 100644 --- a/plejd/config.json +++ b/plejd/config.json @@ -1,6 +1,6 @@ { "name": "Plejd", - "version": "0.8.1", + "version": "0.9.0", "slug": "plejd", "description": "Adds support for the Swedish home automation devices from Plejd.", "url": "https://github.com/icanos/hassio-plejd/",