Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 12, 2022
1 parent 0f387c2 commit 72dfc05
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.12.0 (2022-11-12)
### Feature
* Add support for HHCCJCY10 ([#21](https://github.com/Bluetooth-Devices/xiaomi-ble/issues/21)) ([`0f387c2`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/0f387c244644a8469de935ce4e5800d882868d81))

## v0.11.0 (2022-11-09)
### Feature
* Add linptech ms1bb and hs1bb ([`52a21dd`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/52a21dd062d9a2172c8e23008f1ee80bbef6ce5e))
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.11.0"
version = "0.12.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.11.0"
__version__ = "0.12.0"

__all__ = [
"XiaomiBluetoothDeviceData",
Expand Down

0 comments on commit 72dfc05

Please sign in to comment.