Skip to content

Commit 4a09039

Browse files
actions-usergithub-actions
authored and
github-actions
committed
0.8.0
Automatically generated by python-semantic-release
1 parent 5f41511 commit 4a09039

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v0.8.0 (2022-09-10)
6+
### Feature
7+
* Export get_device from bleak-retry-connector ([#21](https://github.com/Bluetooth-Devices/led-ble/issues/21)) ([`5f41511`](https://github.com/Bluetooth-Devices/led-ble/commit/5f41511cd1684eb9277fc63896da63d50127b168))
8+
59
## v0.7.1 (2022-09-06)
610
### Fix
711
* Effects on dream models ([#20](https://github.com/Bluetooth-Devices/led-ble/issues/20)) ([`b8126c1`](https://github.com/Bluetooth-Devices/led-ble/commit/b8126c1f5fe098efcc8c3d3a43a42ed5cc9136d8))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "led-ble"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
description = "Control a wide range of LED BLE devices"
55
authors = ["J. Nick Koston <[email protected]>"]
66
license = "Apache Software License 2.0"

src/led_ble/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.7.1"
3+
__version__ = "0.8.0"
44

55

66
from bleak_retry_connector import get_device

0 commit comments

Comments
 (0)