From 532b9fff9b0a106b5c324f2aba5660a0d1446936 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 11 Aug 2022 21:13:55 +0000 Subject: [PATCH] 0.9.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/xiaomi_ble/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc3e62..8148d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.9.0 (2022-08-11) +### Feature +* Intial support for binary_sensor devices ([#12](https://github.com/Bluetooth-Devices/xiaomi-ble/issues/12)) ([`fc0ff14`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/fc0ff143d695beedd190cc002e1173c8c17f5783)) + ## v0.8.2 (2022-08-11) ### Fix * Set title and device name to something useful ([`73c4d4b`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/73c4d4b59f6729f9806bdf85d2544698840f4198)) diff --git a/pyproject.toml b/pyproject.toml index c079ac2..16a190c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xiaomi-ble" -version = "0.8.2" +version = "0.9.0" description = "Manage Xiaomi BLE devices" authors = ["John Carr "] license = "Apache Software License 2.0" diff --git a/src/xiaomi_ble/__init__.py b/src/xiaomi_ble/__init__.py index 9a186ac..3b6a613 100644 --- a/src/xiaomi_ble/__init__.py +++ b/src/xiaomi_ble/__init__.py @@ -19,7 +19,7 @@ from .parser import XiaomiBluetoothDeviceData -__version__ = "0.8.2" +__version__ = "0.9.0" __all__ = [ "XiaomiBluetoothDeviceData",