Skip to content

Commit a7de667

Browse files
author
semantic-release
committed
0.7.0
Automatically generated by python-semantic-release
1 parent 2f47c2d commit a7de667

File tree

3 files changed

+49
-2
lines changed

3 files changed

+49
-2
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,53 @@
11
# CHANGELOG
22

33

4+
## v0.7.0 (2025-04-30)
5+
6+
### Chores
7+
8+
- **deps**: Bump bluetooth-data-tools from 1.28.0 to 1.28.1
9+
([#33](https://github.com/Bluetooth-Devices/sensorpro-ble/pull/33),
10+
[`a526892`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/a52689217d9288f5d01c89e2a4f1080d902c723f))
11+
12+
- **deps**: Bump habluetooth from 3.42.0 to 3.44.0
13+
([#35](https://github.com/Bluetooth-Devices/sensorpro-ble/pull/35),
14+
[`a74525e`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/a74525ee06be30bce1218ae7855104d1e04146e2))
15+
16+
- **deps**: Bump myst-parser from 0.18.1 to 1.0.0
17+
([#26](https://github.com/Bluetooth-Devices/sensorpro-ble/pull/26),
18+
[`6fd9b67`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/6fd9b67e4a41f62b40ef5369f1532dcfd400eccc))
19+
20+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21+
22+
- **deps**: Bump sphinx from 5.3.0 to 6.2.1
23+
([#34](https://github.com/Bluetooth-Devices/sensorpro-ble/pull/34),
24+
[`682d292`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/682d292a87985a019a9bc98a4fb46ae68e3ce7db))
25+
26+
- **deps**: Bump sphinx-rtd-theme from 1.1.1 to 2.0.0
27+
([#29](https://github.com/Bluetooth-Devices/sensorpro-ble/pull/29),
28+
[`e9347e2`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/e9347e2a895f313291544129914cdc9c6bd88e56))
29+
30+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31+
32+
- **deps-dev**: Bump pytest from 7.2.1 to 8.3.5
33+
([#32](https://github.com/Bluetooth-Devices/sensorpro-ble/pull/32),
34+
[`7849c2c`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/7849c2cb24d6678c8e3cfc06d0cc07faf7c8382d))
35+
36+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
37+
38+
- **deps-dev**: Bump pytest-cov from 3.0.0 to 6.1.1
39+
([#31](https://github.com/Bluetooth-Devices/sensorpro-ble/pull/31),
40+
[`8982da1`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/8982da16d2786a7b6d7e49218c247afa2d063701))
41+
42+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
43+
44+
### Features
45+
46+
- Use changed_manufacturer_data from newer bluetooth-sensor-state-data
47+
([#36](https://github.com/Bluetooth-Devices/sensorpro-ble/pull/36),
48+
[`2f47c2d`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/2f47c2d7e2ad158bc317680fec16607c237239ec))
49+
50+
451
## v0.6.0 (2025-04-28)
552

653
### 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 = "sensorpro-ble"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "SensorPro BLE Devices"
55
authors = ["J. Nick Koston <[email protected]>"]
66
license = "MIT"

src/sensorpro_ble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from .parser import SensorProBluetoothDeviceData
1818

19-
__version__ = "0.6.0"
19+
__version__ = "0.7.0"
2020

2121
__all__ = [
2222
"SensorProBluetoothDeviceData",

0 commit comments

Comments
 (0)