Skip to content

Commit

Permalink
0.2.13
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 d805a4a commit aca43f7
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.2.13 (2025-01-24)

### Bug Fixes

- Ensure cancellation is not swallowed on connect failure and in response handlers
([#57](https://github.com/Harmony-Libs/aioharmony/pull/57),
[`d805a4a`](https://github.com/Harmony-Libs/aioharmony/commit/d805a4a70b792c84d4ff357518dec22b287225b1))


## v0.2.12 (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.12"
version = "0.2.13"
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.12"
__version__ = "0.2.13"
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 aca43f7

Please sign in to comment.