File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v0.6.1 (2023-03-29)
6
+ ### Fix
7
+ * Add limitation to ws url ([ ` 9f2ce32 ` ] ( https://github.com/Lash-L/anova_wifi/commit/9f2ce326bb3869755f96acbe8949dadff0ff2d63 ) )
8
+
5
9
## v0.6.0 (2023-03-28)
6
10
### Feature
7
11
* Add logging and dependabot ([ ` e994723 ` ] ( https://github.com/Lash-L/anova_wifi/commit/e994723ace5bfcd45b4559034a732ae42d073e32 ) )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " anova-wifi"
3
- version = " 0.6.0 "
3
+ version = " 0.6.1 "
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 6
6
AnovaPrecisionCookerSensor ,
7
7
)
8
8
9
- __version__ = "0.6.0 "
9
+ __version__ = "0.6.1 "
10
10
11
11
__all__ = [
12
12
"AnovaApi" ,
You can’t perform that action at this time.
0 commit comments