Skip to content

Commit a3f02e0

Browse files
author
github-actions
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 7637c02 commit a3f02e0

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 (2023-01-24)
6+
### Feature
7+
* Add support for the check device ([#3](https://github.com/Bluetooth-Devices/mopeka-iot-ble/issues/3)) ([`7637c02`](https://github.com/Bluetooth-Devices/mopeka-iot-ble/commit/7637c0237002e6325c6cc9c5d1ba45776b6760cc))
8+
59
## v0.2.1 (2023-01-24)
610
### Fix
711
* Skip bad reads of the tank level ([#2](https://github.com/Bluetooth-Devices/mopeka-iot-ble/issues/2)) ([`a6cb356`](https://github.com/Bluetooth-Devices/mopeka-iot-ble/commit/a6cb356a8aec85d178e1092dae3e274394d6b0d0))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mopeka-iot-ble"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "Mopeka IOT BLE Parser"
55
authors = ["J. Nick Koston <bluetooth@koston.org>"]
66
license = "MIT"

src/mopeka_iot_ble/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
from .parser import MopekaIOTBluetoothDeviceData
2525

26-
__version__ = "0.2.1"
26+
__version__ = "0.3.0"
2727

2828
__all__ = [
2929
"MopekaIOTBluetoothDeviceData",

0 commit comments

Comments
 (0)