Skip to content

Commit c3c3347

Browse files
author
github-actions
committed
0.2.0
Automatically generated by python-semantic-release
1 parent a9e5b5d commit c3c3347

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.2.0 (2023-01-19)
6+
### Feature
7+
* Simplified and reworked parser ([`894f97f`](https://github.com/conway220/anova_wifi/commit/894f97fb63fc4bc5f77ac91037142e32680185ff))
8+
9+
### Fix
10+
* Idea files pre-commit ([`a9e5b5d`](https://github.com/conway220/anova_wifi/commit/a9e5b5d16b05e5c5e8a4e790eece76b1f2a2bc56))
11+
* Resolved pre-commit issues ([`e0c22e6`](https://github.com/conway220/anova_wifi/commit/e0c22e6415a85e9048e7c2a481c8a600df30a5a4))
12+
513
## v0.1.2 (2023-01-18)
614
### Fix
715
* Changing requests version for HA ([`ac36315`](https://github.com/conway220/anova_wifi/commit/ac36315fc4239b9816ca244d66c267434f703bd5))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "anova-wifi"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
description = "A package to get read only data from Anova precision cookers with wifi"
55
authors = ["Luke <[email protected]>"]
66
license = "MIT"

src/anova_wifi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
AnovaPrecisionCookerSensor,
55
)
66

7-
__version__ = "0.1.2"
7+
__version__ = "0.2.0"
88

99
__all__ = [
1010
"AnovaPrecisionCooker",

0 commit comments

Comments
 (0)