From ad08e61b2d67f6f595c9666a51e052af669713b4 Mon Sep 17 00:00:00 2001 From: Markus Zehnder Date: Fri, 6 Dec 2024 17:06:46 +0100 Subject: [PATCH] build: Release 0.5.0 --- CHANGELOG.md | 11 +++++++++++ driver.json | 4 ++-- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d5e8ed..7c4bf97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,17 @@ _Changes in the next release_ --- +## v0.5.0 - 2024-12-06 +### Added +- New commands contributed by @henrikwidlund, thanks! ([#47](https://github.com/unfoldedcircle/integration-denonavr/pull/47), [#48](https://github.com/unfoldedcircle/integration-denonavr/pull/48)) + - Adjusting all channel levels + - Adjusting delays + - Discrete commands for setting surround modes and switching between next and previous + - MultiEQ/Audyssey settings + - Dirac Live controls + - ECO modes + - Status (Denon only) + ## v0.4.2 - 2024-07-23 ### Changed - Create a one-folder bundle with PyInstaller instead a one-file bundle to save resources. diff --git a/driver.json b/driver.json index d5208a1..542201f 100644 --- a/driver.json +++ b/driver.json @@ -1,6 +1,6 @@ { "driver_id": "denonavr", - "version": "0.4.2", + "version": "0.5.0", "min_core_api": "0.20.0", "name": { "en": "Denon AVR Network Receivers" @@ -44,5 +44,5 @@ } ] }, - "release_date": "2024-07-23" + "release_date": "2024-12-06" } diff --git a/pyproject.toml b/pyproject.toml index d0abb04..c829b3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "intg-denonavr" -version = "0.4.2" +version = "0.5.0" authors = [ { name = "Unfolded Circle ApS", email = "hello@unfoldedcircle.com" } ]