File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.6.3 (2025-05-02)
5+
6+ ### Bug Fixes
7+
8+ - Update poetry to v2 ([ #39 ] ( https://github.com/python-kasa/kasa-crypt/pull/39 ) ,
9+ [ ` d481507 ` ] ( https://github.com/python-kasa/kasa-crypt/commit/d481507a36c4ae58af0092e7e7579bf98ed3c18d ) )
10+
11+ ### Chores
12+
13+ - ** pre-commit.ci** : Pre-commit autoupdate
14+ ([ #38 ] ( https://github.com/python-kasa/kasa-crypt/pull/38 ) ,
15+ [ ` 3ee973e ` ] ( https://github.com/python-kasa/kasa-crypt/commit/3ee973eb0a466f7ac7538f6f12e095d7e2857029 ) )
16+
17+ Co-authored-by: pre-commit-ci[ bot] <66853113+pre-commit-ci[ bot] @users .noreply.github.com>
18+
19+
420## v0.6.2 (2025-04-13)
521
622### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " kasa-crypt"
3- version = " 0.6.2 "
3+ version = " 0.6.3 "
44license = " Apache-2.0"
55description = " Fast kasa crypt"
66authors = [{
name =
" J. Nick Koston" ,
email =
" [email protected] " }]
Original file line number Diff line number Diff line change 1- __version__ = "0.6.2 "
1+ __version__ = "0.6.3 "
22
33from struct import Struct
44
You can’t perform that action at this time.
0 commit comments