Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Aug 12, 2022
1 parent 0a2f45b commit 048387d
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.1.1 (2022-08-12)
### Fix
* Release process ([#3](https://github.com/Bluetooth-Devices/bluetooth-data-tools/issues/3)) ([`0a2f45b`](https://github.com/Bluetooth-Devices/bluetooth-data-tools/commit/0a2f45b7cba9fe71f20e2030b7712d13c330072c))

## v0.1.0 (2022-08-12)
### Feature
* Add short_address ([#2](https://github.com/Bluetooth-Devices/bluetooth-data-tools/issues/2)) ([`f6eade3`](https://github.com/Bluetooth-Devices/bluetooth-data-tools/commit/f6eade36a4dab779d8b17a10971932ffa41f2501))
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 = "bluetooth-data-tools"
version = "0.1.0"
version = "0.1.1"
description = "Tools for converting bluetooth data and packets"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/bluetooth_data_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Bluetooth data tools."""
from __future__ import annotations

__version__ = "0.1.0"
__version__ = "0.1.1"


from struct import Struct
Expand Down

0 comments on commit 048387d

Please sign in to comment.