Skip to content

Commit a768840

Browse files
actions-usergithub-actions
authored andcommitted
0.2.0
Automatically generated by python-semantic-release
1 parent 3553b93 commit a768840

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Changelog
22

33
<!--next-version-placeholder-->
4+
5+
## v0.2.0 (2022-08-30)
6+
### Feature
7+
* Setup first publish ([#4](https://github.com/Bluetooth-Devices/tilt-ble/issues/4)) ([`3553b93`](https://github.com/Bluetooth-Devices/tilt-ble/commit/3553b934c5676bd9f101ab26b9e646462c559b0f))
8+
* Initial implementation ([#1](https://github.com/Bluetooth-Devices/tilt-ble/issues/1)) ([`d770f6a`](https://github.com/Bluetooth-Devices/tilt-ble/commit/d770f6ae9af5f2bdd127023bae4b8fa3d045f58c))
9+
10+
### Fix
11+
* Deps ([#3](https://github.com/Bluetooth-Devices/tilt-ble/issues/3)) ([`6f28786`](https://github.com/Bluetooth-Devices/tilt-ble/commit/6f287862b1d52b90a433d137595066e0fb5bf5dc))
12+
* Lint ([#2](https://github.com/Bluetooth-Devices/tilt-ble/issues/2)) ([`ca74cd5`](https://github.com/Bluetooth-Devices/tilt-ble/commit/ca74cd5f6dfbdb96c890e92bd6f2bffe78a57f03))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tilt-ble"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Parser for Tilt BLE devices"
55
authors = ["Alexander Thompson <thompson.p.alex@gmail.com>"]
66
license = "MIT"

src/tilt_ble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from .parser import TiltBluetoothDeviceData
1515

16-
__version__ = "0.1.0"
16+
__version__ = "0.2.0"
1717

1818
__all__ = [
1919
"DeviceClass",

0 commit comments

Comments
 (0)