From f8bd9c66483658bb91071c020a9d32e6cba1225f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 24 Jan 2025 04:53:43 +0000 Subject: [PATCH] 0.2.14 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/aioharmony/__version__.py | 2 +- uv.lock | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e1fca1..e779969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.2.14 (2025-01-24) + +### Bug Fixes + +- Prefer WebSockets over XMPP ([#58](https://github.com/Harmony-Libs/aioharmony/pull/58), + [`381ec77`](https://github.com/Harmony-Libs/aioharmony/commit/381ec7759c9985d80698b19d99303549a601684a)) + + ## v0.2.13 (2025-01-24) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index fa42ae3..72aae73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "setuptools" ] [project] name = "aioharmony" -version = "0.2.13" +version = "0.2.14" 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 11ef092..f3291e9 100644 --- a/src/aioharmony/__version__.py +++ b/src/aioharmony/__version__.py @@ -1 +1 @@ -__version__ = "0.2.13" +__version__ = "0.2.14" diff --git a/uv.lock b/uv.lock index 090c2c6..ab78e10 100644 --- a/uv.lock +++ b/uv.lock @@ -24,7 +24,7 @@ wheels = [ [[package]] name = "aioharmony" -version = "0.2.13" +version = "0.2.14" source = { editable = "." } dependencies = [ { name = "aiohttp" },