Skip to content

Commit 9c4a215

Browse files
author
semantic-release
committed
0.6.3
Automatically generated by python-semantic-release
1 parent d481507 commit 9c4a215

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kasa-crypt"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
license = "Apache-2.0"
55
description = "Fast kasa crypt"
66
authors = [{ name = "J. Nick Koston", email = "[email protected]" }]

src/kasa_crypt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.6.2"
1+
__version__ = "0.6.3"
22

33
from struct import Struct
44

0 commit comments

Comments
 (0)