File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.38.1 (2025-05-05)
5+
6+ ### Bug Fixes
7+
8+ - Add hs1bb_mi to sleepy devices list
9+ ([ ` aa944d9 ` ] ( https://github.com/Bluetooth-Devices/xiaomi-ble/commit/aa944d92e86b39ce79d0c291a61b1e5bb650ac8a ) )
10+
11+ ### Chores
12+
13+ - ** deps** : Bump aiohttp from 3.11.16 to 3.11.17
14+ ([ #166 ] ( https://github.com/Bluetooth-Devices/xiaomi-ble/pull/166 ) ,
15+ [ ` 39dc292 ` ] ( https://github.com/Bluetooth-Devices/xiaomi-ble/commit/39dc2929b74911b5e3b0c953a055581c7bb2ef01 ) )
16+
17+ - ** deps** : Bump aiohttp from 3.11.17 to 3.11.18
18+ ([ #169 ] ( https://github.com/Bluetooth-Devices/xiaomi-ble/pull/169 ) ,
19+ [ ` c5bfd2b ` ] ( https://github.com/Bluetooth-Devices/xiaomi-ble/commit/c5bfd2b8d57703642ba4dd89031cad7e1fdecc67 ) )
20+
21+ Co-authored-by: dependabot[ bot] <49699333+dependabot[ bot] @users .noreply.github.com>
22+
23+ - ** deps** : Bump orjson from 3.10.16 to 3.10.18
24+ ([ #170 ] ( https://github.com/Bluetooth-Devices/xiaomi-ble/pull/170 ) ,
25+ [ ` 2fa41a0 ` ] ( https://github.com/Bluetooth-Devices/xiaomi-ble/commit/2fa41a07b035941962d6a3b1526b4ef8ed50e629 ) )
26+
27+ Co-authored-by: dependabot[ bot] <49699333+dependabot[ bot] @users .noreply.github.com>
28+
29+
430## v0.38.0 (2025-04-15)
531
632### Chores
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " xiaomi-ble"
3- version = " 0.38.0 "
3+ version = " 0.38.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.38.0 "
33+ __version__ = "0.38.1 "
3434
3535__all__ = [
3636 "SLEEPY_DEVICE_MODELS" ,
You can’t perform that action at this time.
0 commit comments