We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67c856 commit 66733bbCopy full SHA for 66733bb
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v2.8.0 (2025-02-27)
4
+
5
+### Feature
6
7
8
+- Simplify examples (#99) ([`c67c856`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/c67c856207724f7ea81fd2f924a3f9940ddd58d8))
9
10
11
## v2.7.1 (2025-02-04)
12
13
### Fix
docs/conf.py
@@ -7,7 +7,7 @@
project = "bleak-esphome"
copyright = "2023, J. Nick Koston"
author = "J. Nick Koston"
-release = "2.7.1"
+release = "2.8.0"
# General configuration
extensions = [
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "bleak-esphome"
-version = "2.7.1"
+version = "2.8.0"
description = "Bleak backend of ESPHome"
authors = [{ name = "J. Nick Koston", email = "[email protected]" }]
license = "MIT"
0 commit comments