Skip to content

Commit 2566c02

Browse files
committed
0.8.0
Automatically generated by python-semantic-release
1 parent c3441e5 commit 2566c02

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.8.0 (2023-12-06)
4+
5+
### Feature
6+
7+
- Auto build the cythonized manager (#15) ([`c3441e5`](https://github.com/Bluetooth-Devices/habluetooth/commit/c3441e5095d62e6e70c2c879c4b5c109a87f463c))
8+
- Add cython implementation for manager (#14) ([`266a602`](https://github.com/Bluetooth-Devices/habluetooth/commit/266a6022fb433ef9399f72e87b18b86897524784))
9+
310
## v0.7.0 (2023-12-05)
411

512
### Feature

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
project = "habluetooth"
88
copyright = "2023, J. Nick Koston"
99
author = "J. Nick Koston"
10-
release = "0.7.0"
10+
release = "0.8.0"
1111

1212
# General configuration
1313
extensions = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "habluetooth"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "High availability Bluetooth"
55
authors = ["J. Nick Koston <bluetooth@koston.org>"]
66
license = "Apache Software License 2.0"

src/habluetooth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.7.0"
1+
__version__ = "0.8.0"
22

33
from .advertisement_tracker import (
44
TRACKER_BUFFERING_WOBBLE_SECONDS,

0 commit comments

Comments
 (0)