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
4+ ## v0.6.1 (2025-03-05)
5+
6+ ### Bug Fixes
7+
8+ - Use trusted publishing for wheels ([ #33 ] ( https://github.com/python-kasa/kasa-crypt/pull/33 ) ,
9+ [ ` 694cbbd ` ] ( https://github.com/python-kasa/kasa-crypt/commit/694cbbd6a45efd1ff544f2c9344d0613309ba08a ) )
10+
11+ ### Chores
12+
13+ - ** deps-dev** : Bump pytest from 8.3.4 to 8.3.5
14+ ([ #30 ] ( https://github.com/python-kasa/kasa-crypt/pull/30 ) ,
15+ [ ` 07fabee ` ] ( https://github.com/python-kasa/kasa-crypt/commit/07fabee1d3a43160fc07b339aec970dfcdf97b6b ) )
16+
17+ Bumps [ pytest] ( https://github.com/pytest-dev/pytest ) from 8.3.4 to 8.3.5. - [ Release
18+ notes] ( https://github.com/pytest-dev/pytest/releases ) -
19+ [ Changelog] ( https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst ) -
20+ [ Commits] ( https://github.com/pytest-dev/pytest/compare/8.3.4...8.3.5 )
21+
22+ --- updated-dependencies: - dependency-name: pytest dependency-type: direct: development
23+
24+ update-type: version-update: semver-patch ...
25+
26+ Signed-off-by: dependabot[ bot] < support@github.com >
27+
28+ Co-authored-by: dependabot[ bot] <49699333+dependabot[ bot] @users .noreply.github.com>
29+
30+ - ** pre-commit.ci** : Pre-commit autoupdate
31+ ([ #29 ] ( https://github.com/python-kasa/kasa-crypt/pull/29 ) ,
32+ [ ` 85d6660 ` ] ( https://github.com/python-kasa/kasa-crypt/commit/85d6660205a4e65d256a3fb5f460deeec51163cf ) )
33+
34+ updates: - [ github.com/commitizen-tools/commitizen: v4.2.2 →
35+ v4.4.1] ( https://github.com/commitizen-tools/commitizen/compare/v4.2.2...v4.4.1 ) -
36+ [ github.com/PyCQA/isort: 6.0.0 → 6.0.1] ( https://github.com/PyCQA/isort/compare/6.0.0...6.0.1 )
37+
38+ Co-authored-by: pre-commit-ci[ bot] <66853113+pre-commit-ci[ bot] @users .noreply.github.com>
39+
40+
441## v0.6.0 (2025-03-05)
542
643### Chores
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " kasa-crypt"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44description = " Fast kasa crypt"
55authors = [" J. Nick Koston <nick@koston.org>" ]
66readme = " README.md"
Original file line number Diff line number Diff line change 1- __version__ = "0.6.0 "
1+ __version__ = "0.6.1 "
22
33from struct import Struct
44
You can’t perform that action at this time.
0 commit comments