Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 11, 2023
1 parent c0f3b2d commit 6ba6889
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v0.9.2 (2023-09-11)

### Fix

* fix: update README to list all commands ([`c0f3b2d`](https://github.com/AustinBrunkhorst/pysnooz/commit/c0f3b2da79c3ee76309ab83cb2288de83c64db63))

### Test

* test: cancelled command execution raises (#16) ([`da9177b`](https://github.com/AustinBrunkhorst/pysnooz/commit/da9177bc28c027039c3ad60c92a7294ddf1db99d))


## v0.9.1 (2023-09-10)

### Fix
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.9.1"
version = "0.9.2"
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
Expand Up @@ -25,7 +25,7 @@
UnknownSnoozState,
)

__version__ = "0.9.1"
__version__ = "0.9.2"

__all__ = [
"SnoozDeviceModel",
Expand Down

0 comments on commit 6ba6889

Please sign in to comment.