Skip to content

Commit

Permalink
0.8.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Oct 27, 2022
1 parent bf8a259 commit c7ca438
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v0.8.3 (2022-10-27)
### Fix
* Use BleakClientWithServiceCache ([`fdd9b32`](https://github.com/AustinBrunkhorst/pysnooz/commit/fdd9b32836ff5320e0bda1f1c7bf60c667bf3145))
* Use BleakClientWithServiceCache ([`e828fe8`](https://github.com/AustinBrunkhorst/pysnooz/commit/e828fe8f72df898ea6c8d1a45180568f0333b14b))

## v0.8.2 (2022-10-10)
### Fix
* Update write_gatt_char for CoreBluetooth backend ([`c1bafc3`](https://github.com/AustinBrunkhorst/pysnooz/commit/c1bafc3c35a1cc445f2078c4d3a00451243e5f25))
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 = "pysnooz"
version = "0.8.2"
version = "0.8.3"
description = "Control SNOOZ white noise machines."
authors = ["Austin Brunkhorst <pysnooz@alb.dev>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/pysnooz/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.2"
__version__ = "0.8.3"

0 comments on commit c7ca438

Please sign in to comment.