Skip to content

Commit 8082c99

Browse files
author
semantic-release
committed
3.2.0
Automatically generated by python-semantic-release
1 parent baa0b4c commit 8082c99

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+
## v3.2.0 (2025-08-28)
4+
5+
### Features
6+
7+
8+
- Use set_*_mode helpers instead of setting mode directly ([`baa0b4c`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/baa0b4c7edda076b9f0e496eafdd328fe2a426fe))
9+
10+
311
## v3.1.0 (2025-07-03)
412

513
### Features

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 = "3.1.0"
10+
release = "3.2.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 = "3.1.0"
3+
version = "3.2.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)