File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- next-version-placeholder-->
44
5+ ## v0.2.0 (2023-06-16)
6+
7+ ### Feature
8+
9+ * Add more test cover ([ ` bab1e20 ` ] ( https://github.com/bdraco/kasa-crypt/commit/bab1e20a090a026d67de09576154c3bd41a317a0 ) )
10+
11+ ### Fix
12+
13+ * Ensure bytes with null chars are returned ([ ` 4a09a40 ` ] ( https://github.com/bdraco/kasa-crypt/commit/4a09a405167dd697f1208a36e1434567b0f942d6 ) )
14+
515## v0.1.5 (2023-06-16)
616
717### Fix
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " kasa-crypt"
3- version = " 0.1.5 "
3+ version = " 0.2.0 "
44description = " Fast kasa crypt"
55authors = [" J. Nick Koston <nick@koston.org>" ]
66license = " Apache Software License 2.0"
Original file line number Diff line number Diff line change 1- __version__ = "0.1.5 "
1+ __version__ = "0.2.0 "
22
33from struct import Struct
44
You can’t perform that action at this time.
0 commit comments