Skip to content

Commit

Permalink
0.2.14
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 381ec77 commit f8bd9c6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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" }
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.13"
__version__ = "0.2.14"
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 f8bd9c6

Please sign in to comment.