Skip to content

Commit b3814af

Browse files
author
github-actions
committed
0.42.0
Automatically generated by python-semantic-release
1 parent 0d499db commit b3814af

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.42.0 (2025-01-16)
6+
7+
### Feature
8+
9+
* Add support for gvh5130 button ([#117](https://github.com/Bluetooth-Devices/govee-ble/issues/117)) ([`0d499db`](https://github.com/Bluetooth-Devices/govee-ble/commit/0d499db328c19b2403c5d0089224a3fc46300e56))
10+
511
## v0.41.0 (2025-01-16)
612

713
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "govee-ble"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
description = "Manage Govee BLE devices"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
readme = "README.md"

src/govee_ble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
from .parser import GoveeBluetoothDeviceData, SensorType, get_model_info, ModelInfo
2727

28-
__version__ = "0.41.0"
28+
__version__ = "0.42.0"
2929

3030
__all__ = [
3131
"GoveeBluetoothDeviceData",

0 commit comments

Comments
 (0)