Skip to content

Commit

Permalink
0.2.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 Sep 17, 2022
1 parent 584a501 commit b69f787
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.2.0 (2022-09-17)
### Feature
* Port the parser ([#3](https://github.com/Bluetooth-Devices/ibeacon-ble/issues/3)) ([`584a501`](https://github.com/Bluetooth-Devices/ibeacon-ble/commit/584a501a733a085a658b7689b4987b7e9e796646))

## v0.1.0 (2022-09-17)
### Feature
* Init ci ([#1](https://github.com/Bluetooth-Devices/ibeacon-ble/issues/1)) ([`574364e`](https://github.com/Bluetooth-Devices/ibeacon-ble/commit/574364eb471d4fb86a82ef58c278690851996c9a))
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 = "ibeacon-ble"
version = "0.1.0"
version = "0.2.0"
description = "Parser for iBeacon devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/ibeacon_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
IBEACON_MFR_ID = 76


__version__ = "0.1.0"
__version__ = "0.2.0"

__all__ = ["parse", "iBeaconAdvertisement"]

Expand Down

0 comments on commit b69f787

Please sign in to comment.