File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33<!-- next-version-placeholder-->
44
5+ ## v0.34.1 (2025-03-29)
6+
7+ ### Fix
8+
9+ * Rewrite struct ([ #151 ] ( https://github.com/Bluetooth-Devices/xiaomi-ble/issues/151 ) ) ([ ` 98e313b ` ] ( https://github.com/Bluetooth-Devices/xiaomi-ble/commit/98e313be6b057407385893833f4d6d9482568515 ) )
10+
511## v0.34.0 (2025-03-29)
612
713### Feature
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " xiaomi-ble"
3- version = " 0.34.0 "
3+ version = " 0.34.1 "
44description = " Manage Xiaomi BLE devices"
55authors = [" John Carr <john.carr@unrouted.co.uk>" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 3030from .devices import SLEEPY_DEVICE_MODELS
3131from .parser import EncryptionScheme , XiaomiBluetoothDeviceData
3232
33- __version__ = "0.34.0 "
33+ __version__ = "0.34.1 "
3434
3535__all__ = [
3636 "SLEEPY_DEVICE_MODELS" ,
You can’t perform that action at this time.
0 commit comments