Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Nov 13, 2022
1 parent 7599842 commit 70384fa
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.4.0 (2022-11-13)
### Feature
* Add support for device 0x18 ([#8](https://github.com/Bluetooth-Devices/thermobeacon-ble/issues/8)) ([`7599842`](https://github.com/Bluetooth-Devices/thermobeacon-ble/commit/7599842522f845a2a39e3ec69bc9d1d7901c9044))

## v0.3.2 (2022-09-18)
### Fix
* Ignore garbage data ([#6](https://github.com/Bluetooth-Devices/thermobeacon-ble/issues/6)) ([`808da03`](https://github.com/Bluetooth-Devices/thermobeacon-ble/commit/808da0307bf9ec8a10bbe35a3c605f7c3dac0c3a))
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 = "thermobeacon-ble"
version = "0.3.2"
version = "0.4.0"
description = "Parser for Thermobeacon devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/thermobeacon_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from .parser import ThermoBeaconBluetoothDeviceData

__version__ = "0.3.2"
__version__ = "0.4.0"

__all__ = [
"ThermoBeaconBluetoothDeviceData",
Expand Down

0 comments on commit 70384fa

Please sign in to comment.