Skip to content

Commit

Permalink
build: Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Mar 18, 2024
1 parent adec5c3 commit ee07cb0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ _Changes in the next release_

---

## v0.3.0 - 2024-03-18
### Added
- New commands: dpad, menu, context_menu and info. Contributed by @albaintor, thanks! ([#33](https://github.com/unfoldedcircle/integration-denonavr/issues/33)).

## v0.2.4 - 2024-02-17
### Fixed
- Remove reconnect delay after standby. Requires new Remote Two firmware ([unfoldedcircle/feature-and-bug-tracker#320](https://github.com/unfoldedcircle/feature-and-bug-tracker/issues/320)).
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": "uc_denon_driver",
"version": "0.2.4",
"version": "0.3.0",
"min_core_api": "0.20.0",
"name": {
"en": "Denon AVR Network Receivers"
Expand Down Expand Up @@ -44,5 +44,5 @@
}
]
},
"release_date": "2024-02-17"
"release_date": "2024-03-18"
}
6 changes: 3 additions & 3 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.2.4"
version = "0.3.0"
authors = [
{ name = "Unfolded Circle ApS", email = "[email protected]" }
]
Expand All @@ -22,8 +22,8 @@ classifiers = [
requires-python = ">=3.11"
dependencies = [
"pyee>=9.0",
"denonavr~=0.11.4",
"ucapi==0.1.3",
"denonavr~=0.11.6",
"ucapi==0.1.7",
]

[project.readme]
Expand Down

0 comments on commit ee07cb0

Please sign in to comment.