From 1bf04adf97df69cee5cb9d6d6e3a792a12602c89 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 24 Jan 2025 05:16:07 +0000 Subject: [PATCH] 0.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- src/aioharmony/__version__.py | 2 +- uv.lock | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e779969..17948b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 72aae73..7307e0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" } diff --git a/src/aioharmony/__version__.py b/src/aioharmony/__version__.py index f3291e9..493f741 100644 --- a/src/aioharmony/__version__.py +++ b/src/aioharmony/__version__.py @@ -1 +1 @@ -__version__ = "0.2.14" +__version__ = "0.3.0" diff --git a/uv.lock b/uv.lock index ab78e10..e311a1c 100644 --- a/uv.lock +++ b/uv.lock @@ -24,7 +24,7 @@ wheels = [ [[package]] name = "aioharmony" -version = "0.2.14" +version = "0.3.0" source = { editable = "." } dependencies = [ { name = "aiohttp" },