Skip to content

Commit 76eff69

Browse files
author
github-actions
committed
1.1.5
Automatically generated by python-semantic-release
1 parent ce71af7 commit 76eff69

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33

44

5+
## v1.1.5 (2025-02-04)
6+
7+
### Chore
8+
9+
* chore(pre-commit.ci): pre-commit autoupdate (#80)
10+
11+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`965493d`](https://github.com/Bluetooth-Devices/led-ble/commit/965493def28f295212646dd802006e1fb4883320))
12+
13+
* chore(deps): bump flux-led from 1.1.0 to 1.1.3 (#79) ([`2b58c7f`](https://github.com/Bluetooth-Devices/led-ble/commit/2b58c7f073db98e8ffa6ae6fecf2a3d9d3c948b2))
14+
15+
* chore(deps-ci): bump python-semantic-release/python-semantic-release from 9.16.1 to 9.17.0 in the github-actions group (#78) ([`5925b55`](https://github.com/Bluetooth-Devices/led-ble/commit/5925b5538b0a853f1304a74b1f3bf1f0ca96b8d1))
16+
17+
* chore(deps): bump sphinx from 6.2.1 to 7.4.7 (#76)
18+
19+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a4af2f4`](https://github.com/Bluetooth-Devices/led-ble/commit/a4af2f48aade1c4ef17e5aee4d660b131ef70edf))
20+
21+
* chore(pre-commit.ci): pre-commit autoupdate (#77)
22+
23+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> ([`fc7a15b`](https://github.com/Bluetooth-Devices/led-ble/commit/fc7a15b48a765dc0f4f8b8a1bae866bd14377e76))
24+
25+
### Fix
26+
27+
* fix: update poetry to v2 + add license to metadata (#81) ([`ce71af7`](https://github.com/Bluetooth-Devices/led-ble/commit/ce71af7ebbd327e288f94e74c6deec9cd2a860b7))
28+
29+
530
## v1.1.4 (2025-01-23)
631

732
### Chore

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "led-ble"
3-
version = "1.1.4"
3+
version = "1.1.5"
44
license = "Apache-2.0"
55
description = "Control a wide range of LED BLE devices"
66
authors = [{ name = "J. Nick Koston", email = "[email protected]" }]

src/led_ble/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "1.1.4"
3+
__version__ = "1.1.5"
44

55

66
from bleak_retry_connector import get_device

0 commit comments

Comments
 (0)