File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v0.9.0 (2023-04-28)
6
+ ### Feature
7
+ * Changed to dataclass for updates ([ ` 4394c5d ` ] ( https://github.com/Lash-L/anova_wifi/commit/4394c5df40796053c8e0f60b6c408e42aa039ba7 ) )
8
+
9
+ ### Fix
10
+ * Linting ([ ` 8657c1d ` ] ( https://github.com/Lash-L/anova_wifi/commit/8657c1d4b7e338f5f82ec5acef62bb52f07f779f ) )
11
+
5
12
## v0.8.0 (2023-04-21)
6
13
### Feature
7
14
* Ignore already existing devices ([ ` c7c7861 ` ] ( https://github.com/Lash-L/anova_wifi/commit/c7c7861d8d05f85274451c84b0c386e5885b6446 ) )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " anova-wifi"
3
- version = " 0.8 .0"
3
+ version = " 0.9 .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 7
7
APCUpdateSensor ,
8
8
)
9
9
10
- __version__ = "0.8 .0"
10
+ __version__ = "0.9 .0"
11
11
12
12
__all__ = [
13
13
"AnovaApi" ,
You can’t perform that action at this time.
0 commit comments