Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 24, 2025
1 parent ab912d5 commit 1bf04ad
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# CHANGELOG


## v0.3.0 (2025-01-24)

### Features

- Use eager start to callback task on Python 3.12+
([#60](https://github.com/Harmony-Libs/aioharmony/pull/60),
[`ab912d5`](https://github.com/Harmony-Libs/aioharmony/commit/ab912d5d477f3a0488fb0d1bdbb3228d96f60bc7))


## v0.2.14 (2025-01-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [ "setuptools" ]

[project]
name = "aioharmony"
version = "0.2.14"
version = "0.3.0"
description = "syncio Python library for connecting to and controlling the Logitech Harmony"
readme = "README.rst"
license = { text = "Apache-2.0" }
Expand Down
2 changes: 1 addition & 1 deletion src/aioharmony/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.14"
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1bf04ad

Please sign in to comment.