Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 2, 2025
1 parent 4a99c14 commit 77f7f09
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v2.7.0 (2025-02-02)

### Feature


- Avoid protobuf repeated container overhead (#90) ([`4a99c14`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/4a99c14613c3243716e237d53816d821b12de2f4))


## v2.6.0 (2025-01-31)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "bleak-esphome"
copyright = "2023, J. Nick Koston"
author = "J. Nick Koston"
release = "2.6.0"
release = "2.7.0"

# General configuration
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bleak-esphome"
version = "2.6.0"
version = "2.7.0"
description = "Bleak backend of ESPHome"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 77f7f09

Please sign in to comment.