Skip to content

Commit ba3be61

Browse files
author
semantic-release
committed
0.5.3
Automatically generated by python-semantic-release
1 parent 2347cc9 commit ba3be61

File tree

4 files changed

+648
-639
lines changed

4 files changed

+648
-639
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# CHANGELOG
22

33

4+
## v0.5.3 (2025-09-07)
5+
6+
### Bug Fixes
7+
8+
- Websocket connection drops on flaky WiFi networks
9+
([#88](https://github.com/Harmony-Libs/aioharmony/pull/88),
10+
[`2347cc9`](https://github.com/Harmony-Libs/aioharmony/commit/2347cc956d33a4467aa4b96174d477eb114e77e9))
11+
12+
413
## v0.5.2 (2025-03-14)
514

615
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "setuptools" ]
44

55
[project]
66
name = "aioharmony"
7-
version = "0.5.2"
7+
version = "0.5.3"
88
description = "asyncio Python library for connecting to and controlling the Logitech Harmony"
99
readme = "README.rst"
1010
license = { text = "Apache-2.0" }

src/aioharmony/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.2"
1+
__version__ = "0.5.3"

0 commit comments

Comments
 (0)