Skip to content

Commit 8d5a412

Browse files
author
semantic-release
committed
2.11.0
Automatically generated by python-semantic-release
1 parent a52ad36 commit 8d5a412

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v2.11.0 (2025-03-05)
4+
5+
### Features
6+
7+
8+
- Reduce size of wheels (#105) ([`a52ad36`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/a52ad36a8838a8516b7d533f0a5080c50ad9db7e))
9+
10+
311
## v2.10.2 (2025-03-04)
412

513
### Bug fixes

docs/conf.py

+1-1
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.10.2"
10+
release = "2.11.0"
1111

1212
# General configuration
1313
extensions = [

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bleak-esphome"
3-
version = "2.10.2"
3+
version = "2.11.0"
44
description = "Bleak backend of ESPHome"
55
authors = [{ name = "J. Nick Koston", email = "[email protected]" }]
66
license.text = "MIT"

0 commit comments

Comments
 (0)