Skip to content

Commit 8dd3a69

Browse files
actions-usergithub-actions
authored and
github-actions
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 3112249 commit 8dd3a69

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.3.0 (2022-08-29)
6+
### Feature
7+
* Add white channel ([#7](https://github.com/Bluetooth-Devices/led-ble/issues/7)) ([`3112249`](https://github.com/Bluetooth-Devices/led-ble/commit/31122499beb71f7af68ad5854fb58f112803c654))
8+
59
## v0.2.2 (2022-08-29)
610
### Fix
711
* Remove scaling ([#6](https://github.com/Bluetooth-Devices/led-ble/issues/6)) ([`89ac78e`](https://github.com/Bluetooth-Devices/led-ble/commit/89ac78e5e41e4c5123cb8ef39505ca6bb9c5e24e))

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.2.2"
3+
version = "0.3.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
@@ -28,7 +28,7 @@
2828
from .exceptions import CharacteristicMissingError
2929
from .models import LEDBLEState
3030

31-
__version__ = "0.2.2"
31+
__version__ = "0.3.0"
3232

3333

3434
WrapFuncType = TypeVar("WrapFuncType", bound=Callable[..., Any])

0 commit comments

Comments
 (0)