From e0014e7bc4a7ca1e76cbe39c8d47f2deb433a95b Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 19 Apr 2024 22:32:40 +0000 Subject: [PATCH] 0.19.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/bluetooth_adapters/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92900f4..914c001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.19.0 (2024-04-19) + +### Feature + +* Improve adapter data with UART devices ([#124](https://github.com/Bluetooth-Devices/bluetooth-adapters/issues/124)) ([`5db938f`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/5db938f16b3d1c6f4b5dbd9a988bafd8cbf06b1e)) + ## v0.18.0 (2024-02-24) ### Feature diff --git a/pyproject.toml b/pyproject.toml index a5eafeb..447d72a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bluetooth-adapters" -version = "0.18.0" +version = "0.19.0" description = "Tools to enumerate and find Bluetooth Adapters" authors = ["J. Nick Koston "] license = "Apache Software License 2.0" diff --git a/src/bluetooth_adapters/__init__.py b/src/bluetooth_adapters/__init__.py index 7e93f08..0385150 100644 --- a/src/bluetooth_adapters/__init__.py +++ b/src/bluetooth_adapters/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.18.0" +__version__ = "0.19.0" from platform import system