File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed
Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.6.2 (2025-04-13)
5+
6+ ### Bug Fixes
7+
8+ - Add SPDX license identifier ([ #37 ] ( https://github.com/python-kasa/kasa-crypt/pull/37 ) ,
9+ [ ` 7e9e5a5 ` ] ( https://github.com/python-kasa/kasa-crypt/commit/7e9e5a55a12212cebf71744d2752e9b9e741ab30 ) )
10+
11+ ### Chores
12+
13+ - ** deps-dev** : Bump pytest-cov from 6.0.0 to 6.1.1
14+ ([ #36 ] ( https://github.com/python-kasa/kasa-crypt/pull/36 ) ,
15+ [ ` 0ff3084 ` ] ( https://github.com/python-kasa/kasa-crypt/commit/0ff30840d2b08f06024cf6a54937198125d67c71 ) )
16+
17+ - ** pre-commit.ci** : Pre-commit autoupdate
18+ ([ #34 ] ( https://github.com/python-kasa/kasa-crypt/pull/34 ) ,
19+ [ ` 18fd69a ` ] ( https://github.com/python-kasa/kasa-crypt/commit/18fd69a6552c71412033c812acc50ca4cb6628df ) )
20+
21+ updates: - [ github.com/python-poetry/poetry: 2.1.1 →
22+ 2.1.2] ( https://github.com/python-poetry/poetry/compare/2.1.1...2.1.2 ) - [ github.com/PyCQA/flake8:
23+ 7.1.2 → 7.2.0] ( https://github.com/PyCQA/flake8/compare/7.1.2...7.2.0 )
24+
25+ Co-authored-by: pre-commit-ci[ bot] <66853113+pre-commit-ci[ bot] @users .noreply.github.com>
26+
27+ - ** pre-commit.ci** : Pre-commit autoupdate
28+ ([ #35 ] ( https://github.com/python-kasa/kasa-crypt/pull/35 ) ,
29+ [ ` 49ff1e5 ` ] ( https://github.com/python-kasa/kasa-crypt/commit/49ff1e53a28fa789e62b9e00c02c59e1e52dee29 ) )
30+
31+ updates: - [ github.com/commitizen-tools/commitizen: v4.4.1 →
32+ v4.5.0] ( https://github.com/commitizen-tools/commitizen/compare/v4.4.1...v4.5.0 )
33+
34+ Co-authored-by: pre-commit-ci[ bot] <66853113+pre-commit-ci[ bot] @users .noreply.github.com>
35+
36+
437## v0.6.1 (2025-03-05)
538
639### Bug Fixes
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " kasa-crypt"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44license = " Apache-2.0"
55description = " Fast kasa crypt"
66authors = [
" J. Nick Koston <[email protected] >" ]
Original file line number Diff line number Diff line change 1- __version__ = "0.6.1 "
1+ __version__ = "0.6.2 "
22
33from struct import Struct
44
You can’t perform that action at this time.
0 commit comments