diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab6065..38369a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 <me@dje.li> ([`a0d65da`](https://github.com/Djelibeybi/aiolifx-themes/commit/a0d65da3b2b16f2524d69b4329702e3d9d6c70b3)) + ## v0.4.28 (2024-07-24) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 75dd312..0cd98e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" diff --git a/src/aiolifx_themes/__init__.py b/src/aiolifx_themes/__init__.py index 4fef01e..3d18726 100644 --- a/src/aiolifx_themes/__init__.py +++ b/src/aiolifx_themes/__init__.py @@ -1 +1 @@ -__version__ = "0.4.28" +__version__ = "0.5.0"