-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
1 parent
09bd4ef
commit f1eb7cb
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
# CHANGELOG | ||
|
||
## v0.5.4 (2024-09-07) | ||
|
||
### Chore | ||
|
||
* chore(deps): update wagoid/commitlint-github-action action to v6.1.2 ([`6178eba`](https://github.com/Djelibeybi/aiolifx-themes/commit/6178ebaff758a42bac41b1b49e168302d33a9b8c)) | ||
|
||
### Fix | ||
|
||
* fix: support multizone devices with more than 82 zones | ||
|
||
Signed-off-by: Avi Miller <[email protected]> ([`09bd4ef`](https://github.com/Djelibeybi/aiolifx-themes/commit/09bd4ef913839396687ff48a3651a8855a9a6ab9)) | ||
|
||
## v0.5.3 (2024-09-02) | ||
|
||
### Chore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "aiolifx-themes" | ||
version = "0.5.3" | ||
version = "0.5.4" | ||
description = "Async library that applies color themes to LIFX lights" | ||
authors = ["Avi Miller <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.5.3" | ||
__version__ = "0.5.4" |