Skip to content

Commit bb0a9ce

Browse files
committed
update CHANGELOG, bump version
1 parent 96bd5fd commit bb0a9ce

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Changelog
22

3-
## Versions from 0.4x
3+
## v0.55.13 - 2025-09-03
44

5-
### Ongoing
5+
- Activate new Sense hysteresis based switch action via PR [326](https://github.com/plugwise/plugwise_usb-beta/pull/326)
6+
7+
### v0.55.12 - 2025-09-01
68

79
- Fix #312 via PR [324](https://github.com/plugwise/plugwise_usb-beta/pull/324)
810
- Link to plugwise_usb [v0.44.14](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.44.14)
911

12+
### v0.55.11 - 2025-08-29
13+
14+
- Integrate HACS via PR [322](https://github.com/plugwise/plugwise_usb-beta/pull/322)
15+
1016
### v0.55.10 - 2025-08-29
1117

1218
- Final fix for unavailable buttons via plugwise_usb [v0.44.13](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.44.13)

custom_components/plugwise_usb/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"iot_class": "local_polling",
1010
"issue_tracker": "https://github.com/plugwise/python-plugwise-usb/issues",
1111
"loggers": ["plugwise_usb"],
12-
"requirements": ["plugwise-usb==0.44.14"],
13-
"version": "0.55.12"
12+
"requirements": ["plugwise-usb==0.45.0"],
13+
"version": "0.55.13"
1414
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plugwise_usb-beta"
3-
version = "0.55.12"
3+
version = "0.55.13"
44
description = "Plugwise USB custom_component (BETA)"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)