Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 27, 2024
1 parent 7a5129a commit 09af094
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v3.2.0 (2024-07-27)

### Feature

- Small speed ups to scanner detection callback (#55) ([`7a5129a`](https://github.com/Bluetooth-Devices/habluetooth/commit/7a5129a40a12382c089453880210c41bb0f28a32))

## v3.1.3 (2024-06-24)

### Fix
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 = "habluetooth"
copyright = "2023, J. Nick Koston"
author = "J. Nick Koston"
release = "3.1.3"
release = "3.2.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 = "habluetooth"
version = "3.1.3"
version = "3.2.0"
description = "High availability Bluetooth"
authors = ["J. Nick Koston <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/habluetooth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.1.3"
__version__ = "3.2.0"

from .advertisement_tracker import (
TRACKER_BUFFERING_WOBBLE_SECONDS,
Expand Down

0 comments on commit 09af094

Please sign in to comment.