File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
33<!-- next-version-placeholder-->
4+
5+ ## v0.1.0 (2023-06-16)
6+
7+ ### Feature
8+
9+ * Add readme ([ ` ffd9979 ` ] ( https://github.com/bdraco/kasa-crypt/commit/ffd99791132c46a20c6656b5308fd7240290e844 ) )
10+ * Add more tests ([ ` 92c0729 ` ] ( https://github.com/bdraco/kasa-crypt/commit/92c0729abe9d1c763e59cf045a7589defdadc841 ) )
11+ * Add pyx ([ ` 1ca559e ` ] ( https://github.com/bdraco/kasa-crypt/commit/1ca559ebcdfa8dce3e929a1f90bc516c0a7e8f75 ) )
12+ * Add cython ([ ` 1f7e83a ` ] ( https://github.com/bdraco/kasa-crypt/commit/1f7e83a46d10915a895f469d1c4c156b8af125f0 ) )
13+ * Add code ([ ` 7fea718 ` ] ( https://github.com/bdraco/kasa-crypt/commit/7fea718004211523cdcb1823d2b37c695b6939a3 ) )
14+ * Add code ([ ` dad4184 ` ] ( https://github.com/bdraco/kasa-crypt/commit/dad41840f02747b5e690bef3b0644425c5df868a ) )
15+
16+ ### Fix
17+
18+ * Release ([ ` 6c7d9cd ` ] ( https://github.com/bdraco/kasa-crypt/commit/6c7d9cd7cb3d9e4d73e9270c098f87319d42f328 ) )
19+ * Legacy ([ ` 69f329d ` ] ( https://github.com/bdraco/kasa-crypt/commit/69f329d167352910b687ea33d8b2c6bca19147d5 ) )
20+ * Adjust ([ ` 6c66d4c ` ] ( https://github.com/bdraco/kasa-crypt/commit/6c66d4cfba3299d1b4e760ee141d7be36e9d18a9 ) )
21+ * Debug ([ ` 9b745de ` ] ( https://github.com/bdraco/kasa-crypt/commit/9b745de5a211508141d17920af0c4d34345d21bc ) )
22+ * Build ([ #1 ] ( https://github.com/bdraco/kasa-crypt/issues/1 ) ) ([ ` b032a97 ` ] ( https://github.com/bdraco/kasa-crypt/commit/b032a97814dec7a57947d1b7c82bf5f8434f90a6 ) )
23+ * Build ([ ` 2568224 ` ] ( https://github.com/bdraco/kasa-crypt/commit/256822486fd32f9a6275268fc6f7a472a5161681 ) )
24+ * Rename ([ ` 61aa4a6 ` ] ( https://github.com/bdraco/kasa-crypt/commit/61aa4a65d55abdb6ea82328d614f606cc320cd6c ) )
25+ * Typo ([ ` d62027d ` ] ( https://github.com/bdraco/kasa-crypt/commit/d62027dfaea08518c551f008002fc328dd5bbc90 ) )
26+ * Not working yet ([ ` 9c37647 ` ] ( https://github.com/bdraco/kasa-crypt/commit/9c37647db13fd9fefcc35a22eaf851763048f4ff ) )
27+ * Tweak ([ ` 0d60c86 ` ] ( https://github.com/bdraco/kasa-crypt/commit/0d60c86b0cefd7be10fbaf3eb0ff1b126a625fdf ) )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " kasa-crypt"
3- version = " 0.0.1 "
3+ version = " 0.1.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.0.1 "
1+ __version__ = "0.1.0 "
22
33from struct import Struct
44
You can’t perform that action at this time.
0 commit comments