File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## v0.7.0 (2024-07-03)
6+
7+ ### Chore
8+
9+ * chore(pre-commit.ci): pre-commit autoupdate (#20 )
10+
11+ Co-authored-by: pre-commit-ci[ bot] < ; 66853113+pre-commit-ci[ bot] @users .noreply.github.com> ; ([ ` 1f37fa1 ` ] ( https://github.com/Bluetooth-Devices/thermobeacon-ble/commit/1f37fa1db3e6e42def14e1303e25595de1006f73 ) )
12+
13+ ### Feature
14+
15+ * feat: add mappings for ws23 (#21 ) ([ ` 3dca812 ` ] ( https://github.com/Bluetooth-Devices/thermobeacon-ble/commit/3dca812a7d09e37cff63ac73630f0bf38779ce5e ) )
16+
17+
518## v0.6.2 (2023-12-29)
619
720### Fix
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " thermobeacon-ble"
3- version = " 0.6.2 "
3+ version = " 0.7.0 "
44description = " Parser for Thermobeacon devices"
55authors = [" J. Nick Koston <nick@koston.org>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1616
1717from .parser import ThermoBeaconBluetoothDeviceData
1818
19- __version__ = "0.6.2 "
19+ __version__ = "0.7.0 "
2020
2121__all__ = [
2222 "ThermoBeaconBluetoothDeviceData" ,
You can’t perform that action at this time.
0 commit comments