Skip to content

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 24, 2023
1 parent 72bd815 commit 9b28874
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.10.0 (2023-04-24)
### Feature
* Optimize from_device_and_advertisement_data ([#21](https://github.com/home-assistant-libs/home-assistant-bluetooth/issues/21)) ([`72bd815`](https://github.com/home-assistant-libs/home-assistant-bluetooth/commit/72bd815ae2694b8f88d62ff2039ef221daf243c9))

## v1.9.3 (2023-02-14)
### Fix
* Missing c extensions with newer poetry ([#18](https://github.com/home-assistant-libs/home-assistant-bluetooth/issues/18)) ([`866236a`](https://github.com/home-assistant-libs/home-assistant-bluetooth/commit/866236aeb52c2b6b3da67ac9b06df7904a464351))
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 = "home-assistant-bluetooth"
version = "1.9.3"
version = "1.10.0"
description = "Home Assistant Bluetooth Models and Helpers"
authors = ["J. Nick Koston <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/home_assistant_bluetooth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.9.3"
__version__ = "1.10.0"

from .models import (
SOURCE_LOCAL,
Expand Down

0 comments on commit 9b28874

Please sign in to comment.