Skip to content

Commit ccd58f6

Browse files
author
semantic-release
committed
0.38.1
Automatically generated by python-semantic-release
1 parent aa944d9 commit ccd58f6

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
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

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 = "xiaomi-ble"
3-
version = "0.38.0"
3+
version = "0.38.1"
44
description = "Manage Xiaomi BLE devices"
55
authors = ["John Carr <john.carr@unrouted.co.uk>"]
66
license = "Apache-2.0"

src/xiaomi_ble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from .devices import SLEEPY_DEVICE_MODELS
3131
from .parser import EncryptionScheme, XiaomiBluetoothDeviceData
3232

33-
__version__ = "0.38.0"
33+
__version__ = "0.38.1"
3434

3535
__all__ = [
3636
"SLEEPY_DEVICE_MODELS",

0 commit comments

Comments
 (0)