Skip to content

Commit 22f7cb7

Browse files
author
semantic-release
committed
2.16.0
Automatically generated by python-semantic-release
1 parent 9c093b5 commit 22f7cb7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v2.16.0 (2025-06-03)
4+
5+
### Features
6+
7+
8+
- Update scanner mode from callback (#137) ([`9c093b5`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/9c093b59885e0f3d7c68f8b1b5aa24ab76da4d49))
9+
10+
311
## v2.15.1 (2025-05-03)
412

513
### Bug fixes

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
project = "bleak-esphome"
88
copyright = "2023, J. Nick Koston"
99
author = "J. Nick Koston"
10-
release = "2.15.1"
10+
release = "2.16.0"
1111

1212
# General configuration
1313
extensions = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bleak-esphome"
3-
version = "2.15.1"
3+
version = "2.16.0"
44
description = "Bleak backend of ESPHome"
55
authors = [{ name = "J. Nick Koston", email = "bluetooth@koston.org" }]
66
license.text = "MIT"

0 commit comments

Comments
 (0)