Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 4, 2023
1 parent 2a52c1e commit 73675e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.15.0 (2023-01-04)
### Feature
* Motion events ([#31](https://github.com/Bluetooth-Devices/xiaomi-ble/issues/31)) ([`2a52c1e`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/2a52c1eaafa02b7f00c649cebad0a3d304e5d15d))

## v0.14.3 (2023-01-03)
### Fix
* Assign unique keys to device class ([#30](https://github.com/Bluetooth-Devices/xiaomi-ble/issues/30)) ([`09a9fbb`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/09a9fbb0a088357ac585805bd1bb0db5def9c75c))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xiaomi-ble"
version = "0.14.3"
version = "0.15.0"
description = "Manage Xiaomi BLE devices"
authors = ["John Carr <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/xiaomi_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from .parser import XiaomiBluetoothDeviceData

__version__ = "0.14.3"
__version__ = "0.15.0"

__all__ = [
"XiaomiBluetoothDeviceData",
Expand Down

0 comments on commit 73675e1

Please sign in to comment.