From d67ebc1444e6c5ee7b7d7fca63718d3d344146c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Apr 2024 12:06:33 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.0=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ .../lunaticoastro-dragonfly-controller/manifest.json | 4 ++-- pyproject.toml | 2 +- swagger.yaml | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 894e6f8..7ede354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.6.0 (2024-04-16) + +### Feat + +- enum for relay state + ## 0.5.0 (2024-04-16) ### Feat diff --git a/home-assistant/custom_components/lunaticoastro-dragonfly-controller/manifest.json b/home-assistant/custom_components/lunaticoastro-dragonfly-controller/manifest.json index bbac975..267e643 100644 --- a/home-assistant/custom_components/lunaticoastro-dragonfly-controller/manifest.json +++ b/home-assistant/custom_components/lunaticoastro-dragonfly-controller/manifest.json @@ -9,7 +9,7 @@ "integration_type": "service", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/robbrad/lunaticoastro-dragonfly-controller/issues", - "requirements": ["uk-bin-collection>=0.5.0"], - "version": "0.5.0", + "requirements": ["uk-bin-collection>=0.6.0"], + "version": "0.6.0", "zeroconf": [] } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index cf845e9..4c408db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lunaticoastro-dragonfly-controller" -version = "0.5.0" +version = "0.6.0" description = "Python Lib to control lunaticoastro dragonfly" readme = "README.md" authors = ["Robert Bradley "] diff --git a/swagger.yaml b/swagger.yaml index a9a4980..8ffbfa6 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -1,7 +1,7 @@ swagger: "2.0" info: description: "API for managing the DragonFly Dome Controller device." - version: "0.5.0" + version: "0.6.0" title: "DragonFly Dome Controller API" basePath: "/api" consumes: