Skip to content

Commit ae9cc1d

Browse files
actions-usergithub-actions
authored and
github-actions
committed
0.10.0
Automatically generated by python-semantic-release
1 parent 530de76 commit ae9cc1d

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.10.0 (2022-09-13)
6+
### Feature
7+
* Update for bleak 0.17 support ([#29](https://github.com/Bluetooth-Devices/led-ble/issues/29)) ([`530de76`](https://github.com/Bluetooth-Devices/led-ble/commit/530de767892a51bb93a81830f418b168b3f13fd8))
8+
59
## v0.9.1 (2022-09-11)
610
### Fix
711
* Typo in bleak-retry-connector min version pin ([#28](https://github.com/Bluetooth-Devices/led-ble/issues/28)) ([`8638ab8`](https://github.com/Bluetooth-Devices/led-ble/commit/8638ab86a73fae3a8407b4b6b3f9fe3c4193bfb0))

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.9.1"
3+
version = "0.10.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.9.1"
3+
__version__ = "0.10.0"
44

55

66
from bleak_retry_connector import get_device

0 commit comments

Comments
 (0)