Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 24, 2023
1 parent 7637c02 commit a3f02e0
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.3.0 (2023-01-24)
### Feature
* 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))

## v0.2.1 (2023-01-24)
### Fix
* 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))
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 = "mopeka-iot-ble"
version = "0.2.1"
version = "0.3.0"
description = "Mopeka IOT BLE Parser"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/mopeka_iot_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from .parser import MopekaIOTBluetoothDeviceData

__version__ = "0.2.1"
__version__ = "0.3.0"

__all__ = [
"MopekaIOTBluetoothDeviceData",
Expand Down

0 comments on commit a3f02e0

Please sign in to comment.