Skip to content

Commit d4c0b6a

Browse files
author
semantic-release
committed
0.7.1
Automatically generated by python-semantic-release
1 parent 88d3426 commit d4c0b6a

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.7.1 (2025-05-21)
5+
6+
### Bug Fixes
7+
8+
- Update poetry to v2 ([#44](https://github.com/Bluetooth-Devices/sensorpro-ble/pull/44),
9+
[`88d3426`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/88d34261bbddb1c81ae52901e261eaa71489042d))
10+
11+
### Chores
12+
13+
- **deps**: Bump bluetooth-sensor-state-data from 1.8.0 to 1.9.0
14+
([#43](https://github.com/Bluetooth-Devices/sensorpro-ble/pull/43),
15+
[`171ecd7`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/171ecd75486d509ef2a6046474291e3fbbd47936))
16+
17+
- **deps**: Bump habluetooth from 3.45.0 to 3.48.2
18+
([#39](https://github.com/Bluetooth-Devices/sensorpro-ble/pull/39),
19+
[`96deb45`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/96deb45bb44bc2d398f80e256875bea906ef562b))
20+
21+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22+
23+
- **deps**: Bump myst-parser from 1.0.0 to 3.0.1
24+
([#38](https://github.com/Bluetooth-Devices/sensorpro-ble/pull/38),
25+
[`fcc3640`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/fcc3640bb59fd0e3f687fa9879b7b8a6ef8317f6))
26+
27+
- **deps**: Bump sphinx from 6.2.1 to 7.4.7
28+
([#42](https://github.com/Bluetooth-Devices/sensorpro-ble/pull/42),
29+
[`d3492b6`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/d3492b62844404aff6bef41f812daec970e79477))
30+
31+
- **deps**: Bump sphinx-rtd-theme from 2.0.0 to 3.0.2
32+
([#40](https://github.com/Bluetooth-Devices/sensorpro-ble/pull/40),
33+
[`bdfc368`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/bdfc368e30a660e80b852560e61dc7b1fe31bab5))
34+
35+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
36+
37+
- **pre-commit.ci**: Pre-commit autoupdate
38+
([#37](https://github.com/Bluetooth-Devices/sensorpro-ble/pull/37),
39+
[`7a909e2`](https://github.com/Bluetooth-Devices/sensorpro-ble/commit/7a909e261bee5f15768fe0af97c1f0ceb2378b70))
40+
41+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
42+
43+
444
## v0.7.0 (2025-04-30)
545

646
### Chores

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sensorpro-ble"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "SensorPro BLE Devices"
55
authors = [{ name = "J. Nick Koston", email = "[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.7.0"
19+
__version__ = "0.7.1"
2020

2121
__all__ = [
2222
"SensorProBluetoothDeviceData",

0 commit comments

Comments
 (0)