Skip to content

Commit 18a8b48

Browse files
author
github-actions
committed
0.4.1
Automatically generated by python-semantic-release
1 parent 5dae424 commit 18a8b48

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.4.1 (2024-01-10)
6+
7+
### Fix
8+
9+
* Encryption input with wide characters ([#7](https://github.com/bdraco/kasa-crypt/issues/7)) ([`5dae424`](https://github.com/bdraco/kasa-crypt/commit/5dae4244a157e802c5698feaf5144419b191b5ef))
10+
511
## v0.4.0 (2023-10-18)
612

713
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kasa-crypt"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Fast kasa crypt"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "Apache Software License 2.0"

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.4.0"
1+
__version__ = "0.4.1"
22

33
from struct import Struct
44

0 commit comments

Comments
 (0)