Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 22, 2024
1 parent ab7b8db commit 2ae19b4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,71 @@
# Changelog

## v1.1.1 (2024-12-22)

### Fix


- Bump aioesphomeapi requirement to 27.0.0+ (#40) ([`1ab71d8`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/1ab71d812945c4d361272126b1c8bde68f171416))


### Unknown



## v1.1.0 (2024-10-05)

### Feature


- Add support for python 3.13 (#19) ([`c3f2575`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/c3f2575c9b942c1d89fb0f804b943678a6e75044))


## v1.0.0 (2024-02-18)

### Breaking


- Updates for aioesphomeapi 22 (#6) ([`c6a113a`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/c6a113a95313a22e47ccb6a1fda8c6e2e4b32850))


## 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


- Add connect scanner helper (#4) ([`c4b110a`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/c4b110a6f3301af2d7a4bded236e2f5036a0d598))


## v0.3.0 (2023-12-14)

### Feature


- Add available property to know when the esp device is connected (#3) ([`7732629`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/773262937fe106c573077a1f1d43156f00579f64))


## v0.2.0 (2023-12-13)

### Feature


- Move mac_to_int helper to bluetooth_data_tools (#2) ([`79ff7da`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/79ff7da11cd360becf0e4c69c41c630d47b6fa13))


## v0.1.0 (2023-12-13)

### Feature


- Initial import (#1) ([`7fa6be2`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/7fa6be28a475781ebd90e7e0060bb0890b68b29b))


## v0.0.0 (2023-12-06)
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 = "1.1.0"
release = "1.1.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 = "1.1.0"
version = "1.1.1"
description = "Bleak backend of ESPHome"
authors = ["J. Nick Koston <bluetooth@koston.org>"]
license = "MIT"
Expand Down

0 comments on commit 2ae19b4

Please sign in to comment.