From 03b7d20131f738601f9ee0bc7190349c3af8a5be Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 22 Jan 2024 01:00:00 +0000 Subject: [PATCH] 2.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- src/habluetooth/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c45db5..a7e5b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.3.0 (2024-01-22) + +### Feature + +- Reduce overhead to remove callbacks by using sets to store callbacks (#27) ([`05ceb85`](https://github.com/Bluetooth-Devices/habluetooth/commit/05ceb85901b17f72988068997c7f39bc0179dca2)) + ## v2.2.0 (2024-01-14) ### Feature diff --git a/docs/conf.py b/docs/conf.py index e18eaad..d071fb0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ project = "habluetooth" copyright = "2023, J. Nick Koston" author = "J. Nick Koston" -release = "2.2.0" +release = "2.3.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 8b91783..42809bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "habluetooth" -version = "2.2.0" +version = "2.3.0" description = "High availability Bluetooth" authors = ["J. Nick Koston "] license = "Apache Software License 2.0" diff --git a/src/habluetooth/__init__.py b/src/habluetooth/__init__.py index 9582b01..03e8ace 100644 --- a/src/habluetooth/__init__.py +++ b/src/habluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.2.0" +__version__ = "2.3.0" from .advertisement_tracker import ( TRACKER_BUFFERING_WOBBLE_SECONDS,