Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 1, 2024
1 parent 00beb54 commit b93b9ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.4.1 (2024-01-01)

### Performance

- Avoid recreating enums from feature flags (#5) ([`00beb54`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/00beb54db075768069d9b48c1244866d2d402db2))

## v0.4.0 (2023-12-17)

### 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 = "0.4.0"
release = "0.4.1"

# 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 = "0.4.0"
version = "0.4.1"
description = "Bleak backend of ESPHome"
authors = ["J. Nick Koston <bluetooth@koston.org>"]
license = "MIT"
Expand Down

0 comments on commit b93b9ee

Please sign in to comment.