File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tilt-ble"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " Parser for Tilt BLE devices"
55authors = [" Alexander Thompson <thompson.p.alex@gmail.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1313
1414from .parser import TiltBluetoothDeviceData
1515
16- __version__ = "0.1 .0"
16+ __version__ = "0.2 .0"
1717
1818__all__ = [
1919 "DeviceClass" ,
You can’t perform that action at this time.
0 commit comments