Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 13, 2024
1 parent 39372f0 commit ebda3b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v1.4.0 (2024-03-13)

### Feature

* Only import recovery code the first time the recovery is called ([#44](https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/issues/44)) ([`39372f0`](https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/commit/39372f085e624a7fba8d06ed1ddc8a4a52c7bb7c))

## v1.3.0 (2024-01-10)

### Feature
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 = "bluetooth-auto-recovery"
version = "1.3.0"
version = "1.4.0"
description = "Recover bluetooth adapters that are in an stuck state"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/bluetooth_auto_recovery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "1.3.0"
__version__ = "1.4.0"

import asyncio
import importlib
Expand Down

0 comments on commit ebda3b9

Please sign in to comment.