Skip to content

Commit

Permalink
Prepare 0.16.1 (#146)
Browse files Browse the repository at this point in the history
* Prepare 0.16.1

* Update poetry.lock
  • Loading branch information
rytilahti authored Jan 22, 2024
1 parent 8fb3f21 commit a8e24f8
Show file tree
Hide file tree
Showing 3 changed files with 361 additions and 418 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
# Changelog

## [0.16](https://github.com/rytilahti/python-songpal/tree/0.16) (2023-11-06)
## [0.16.1](https://github.com/rytilahti/python-songpal/tree/0.16.1) (2024-01-22)

[Full Changelog](https://github.com/rytilahti/python-songpal/compare/release/0.15.2...0.16)
[Full Changelog](https://github.com/rytilahti/python-songpal/compare/release/0.16...0.16.1)

**Fixed bugs:**

- Only call get\_available\_playback\_functions\(\) for version 1.2 [\#145](https://github.com/rytilahti/python-songpal/pull/145) (@allistermaguire)

**Closed issues:**

- https://github.com/rytilahti/python-songpal/pull/132 breaks support for SRS-X77 [\#144](https://github.com/rytilahti/python-songpal/issues/144)
- Can't Add STRDN1080 Amp - But Home Assistant Pi Can cURL, and see as Chromecast Device [\#142](https://github.com/rytilahti/python-songpal/issues/142)
- Support for BDV-E2100 [\#138](https://github.com/rytilahti/python-songpal/issues/138)
- Heartbeat timeout HT-ZF9 [\#94](https://github.com/rytilahti/python-songpal/issues/94)

**Merged pull requests:**

- Add missing NotificationChange,SettingChange,SoftwareUpdateChange imports in \_\_init\_\_ [\#143](https://github.com/rytilahti/python-songpal/pull/143) (@BestPig)

## [release/0.16](https://github.com/rytilahti/python-songpal/tree/release/0.16) (2023-11-07)

[Full Changelog](https://github.com/rytilahti/python-songpal/compare/release/0.15.2...release/0.16)

**Implemented enhancements:**

Expand All @@ -19,6 +38,7 @@

**Merged pull requests:**

- Prepare 0.16 [\#140](https://github.com/rytilahti/python-songpal/pull/140) (@rytilahti)
- Use ruff for linting and formatting [\#139](https://github.com/rytilahti/python-songpal/pull/139) (@rytilahti)
- Configure to use CI as trusted publisher [\#137](https://github.com/rytilahti/python-songpal/pull/137) (@rytilahti)
- Drop importlib\_metadata dependency [\#136](https://github.com/rytilahti/python-songpal/pull/136) (@rytilahti)
Expand Down
Loading

0 comments on commit a8e24f8

Please sign in to comment.