Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 24, 2024
1 parent 4adb6cb commit 35e60d8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## v0.5.0 (2024-07-24)

### Chore

* chore(pre-commit.ci): auto fixes ([`4adb6cb`](https://github.com/Djelibeybi/aiolifx-themes/commit/4adb6cba9adb6d0ae7d8aaa50a41b07af5e13c41))

### Feature

* feat: add splotch painter for matrix devices

Signed-off-by: Avi Miller <[email protected]> ([`a0d65da`](https://github.com/Djelibeybi/aiolifx-themes/commit/a0d65da3b2b16f2524d69b4329702e3d9d6c70b3))

## v0.4.28 (2024-07-24)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiolifx-themes"
version = "0.4.28"
version = "0.5.0"
description = "Async library that applies color themes to LIFX lights"
authors = ["Avi Miller <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/aiolifx_themes/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.28"
__version__ = "0.5.0"

0 comments on commit 35e60d8

Please sign in to comment.