Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 25, 2024
1 parent 5f020db commit 1b56863
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## v0.12.0 (2024-04-25)

### Feature

* Websocket error raising ([`5f020db`](https://github.com/Lash-L/anova_wifi/commit/5f020dbbb6b7a7a5fc6fa6c911ecc1d340e511a2))

### Fix

* Poetry update ([`5611851`](https://github.com/Lash-L/anova_wifi/commit/561185163f6c71106189886b9cc6328d12614d12))
* Raise WebsocketError ([`27cd01f`](https://github.com/Lash-L/anova_wifi/commit/27cd01f1c6ab017a428294189c150ca64df6a2ae))
* Raise no devices found if needed ([`61a5269`](https://github.com/Lash-L/anova_wifi/commit/61a52695036b26484b28c01d536a3f326fe1a2ba))

## v0.11.5 (2024-02-03)

### 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 = "anova-wifi"
version = "0.11.5"
version = "0.12.0"
description = "A package to get read only data from Anova precision cookers with wifi"
authors = ["Luke <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/anova_wifi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
)
from .websocket_handler import AnovaWebsocketHandler

__version__ = "0.11.5"
__version__ = "0.12.0"

__all__ = [
"AnovaApi",
Expand Down

0 comments on commit 1b56863

Please sign in to comment.