Skip to content

Commit 1026fd1

Browse files
author
semantic-release
committed
1.9.0
Automatically generated by python-semantic-release
1 parent 7a880b7 commit 1026fd1

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

CHANGELOG.md

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

33

4+
## v1.9.0 (2025-04-30)
5+
6+
### Chores
7+
8+
- **deps**: Bump bluetooth-data-tools from 1.28.0 to 1.28.1
9+
([#53](https://github.com/Bluetooth-Devices/sensorpush-ble/pull/53),
10+
[`7ffd46d`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/7ffd46d6481bf353bd46dba4a8c8fa9dcc7d9472))
11+
12+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
13+
14+
- **deps**: Bump habluetooth from 3.42.0 to 3.44.0
15+
([#57](https://github.com/Bluetooth-Devices/sensorpush-ble/pull/57),
16+
[`180b595`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/180b59531d5a95a8882dde32cc61af7174ab6832))
17+
18+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19+
20+
- **deps**: Bump sphinx from 5.3.0 to 6.2.1
21+
([#54](https://github.com/Bluetooth-Devices/sensorpush-ble/pull/54),
22+
[`8aa2dbb`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/8aa2dbbe0a15c04d28f826a84b2cb27d93ffa5d4))
23+
24+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25+
26+
- **deps**: Bump sphinx-rtd-theme from 1.3.0 to 2.0.0
27+
([#56](https://github.com/Bluetooth-Devices/sensorpush-ble/pull/56),
28+
[`b212595`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/b212595a1cd22ff62c740ad12ff9d668f927943f))
29+
30+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31+
32+
- **deps-dev**: Bump pytest from 7.4.4 to 8.3.5
33+
([#55](https://github.com/Bluetooth-Devices/sensorpush-ble/pull/55),
34+
[`2345126`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/2345126ca33ca4bc98974ea7765cd41d8e87f073))
35+
36+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
37+
38+
### Features
39+
40+
- Use changed_manufacturer_data from newer bluetooth-sensor-state-data
41+
([#58](https://github.com/Bluetooth-Devices/sensorpush-ble/pull/58),
42+
[`7a880b7`](https://github.com/Bluetooth-Devices/sensorpush-ble/commit/7a880b7bf5cee0218248104dc821408cae5d5e16))
43+
44+
445
## v1.8.0 (2025-04-28)
546

647
### 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 = "sensorpush-ble"
3-
version = "1.8.0"
3+
version = "1.9.0"
44
description = "Parser for SensorPush BLE devices"
55
authors = ["J. Nick Koston <[email protected]>"]
66
license = "MIT"

src/sensorpush_ble/__init__.py

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

1515
from .parser import SensorPushBluetoothDeviceData
1616

17-
__version__ = "1.8.0"
17+
__version__ = "1.9.0"
1818

1919
__all__ = [
2020
"SensorPushBluetoothDeviceData",

0 commit comments

Comments
 (0)