Skip to content

Commit

Permalink
build: Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Dec 23, 2024
1 parent 9b70fb2 commit 38f0cf2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ _Changes in the next release_

---

## v0.5.1 - 2024-12-23
### Changed
- Improved reconnection delay by not always calling setup. Contributed by @albaintor, thanks! ([#49])(https://github.com/unfoldedcircle/integration-denonavr/pull/49)
- Workaround for setup flow in web-configurator, not showing the first screen with address field.
- Updated denonavr, pyee and uc-api libraries.

## 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))
Expand Down
4 changes: 2 additions & 2 deletions driver.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"driver_id": "denonavr",
"version": "0.5.0",
"version": "0.5.1",
"min_core_api": "0.20.0",
"name": {
"en": "Denon AVR Network Receivers"
Expand Down Expand Up @@ -44,5 +44,5 @@
}
]
},
"release_date": "2024-12-06"
"release_date": "2024-12-23"
}
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "intg-denonavr"
version = "0.5.0"
version = "0.5.1"
authors = [
{ name = "Unfolded Circle ApS", email = "[email protected]" }
]
Expand All @@ -21,9 +21,9 @@ classifiers = [
]
requires-python = ">=3.11"
dependencies = [
"pyee>=9.0",
"denonavr~=0.11.6",
"ucapi==0.1.7",
"pyee~=12.1.1",
"denonavr~=1.0.1",
"ucapi==0.2.0",
]

[project.readme]
Expand Down

0 comments on commit 38f0cf2

Please sign in to comment.