File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
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
+
5
13
## v0.1.2 (2023-01-18)
6
14
### Fix
7
15
* Changing requests version for HA ([ ` ac36315 ` ] ( https://github.com/conway220/anova_wifi/commit/ac36315fc4239b9816ca244d66c267434f703bd5 ) )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " anova-wifi"
3
- version = " 0.1.2 "
3
+ version = " 0.2.0 "
4
4
description = " A package to get read only data from Anova precision cookers with wifi"
5
5
authors = [
" Luke <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 4
4
AnovaPrecisionCookerSensor ,
5
5
)
6
6
7
- __version__ = "0.1.2 "
7
+ __version__ = "0.2.0 "
8
8
9
9
__all__ = [
10
10
"AnovaPrecisionCooker" ,
You can’t perform that action at this time.
0 commit comments