Skip to content

Commit 2298a47

Browse files
author
github-actions
committed
0.2.1
Automatically generated by python-semantic-release
1 parent 9512615 commit 2298a47

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.2.1 (2023-07-06)
6+
7+
### Fix
8+
9+
* Ensure null bytes round trip ([#3](https://github.com/bdraco/kasa-crypt/issues/3)) ([`9512615`](https://github.com/bdraco/kasa-crypt/commit/951261514662893b114c600728781736a1600f6e))
10+
511
## v0.2.0 (2023-06-16)
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.2.0"
3+
version = "0.2.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.2.0"
1+
__version__ = "0.2.1"
22

33
from struct import Struct
44

0 commit comments

Comments
 (0)