Skip to content

Commit 4d5a8e8

Browse files
author
github-actions
committed
0.2.0
Automatically generated by python-semantic-release
1 parent 4a09a40 commit 4d5a8e8

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
## v0.2.0 (2023-06-16)
6+
7+
### Feature
8+
9+
* Add more test cover ([`bab1e20`](https://github.com/bdraco/kasa-crypt/commit/bab1e20a090a026d67de09576154c3bd41a317a0))
10+
11+
### Fix
12+
13+
* Ensure bytes with null chars are returned ([`4a09a40`](https://github.com/bdraco/kasa-crypt/commit/4a09a405167dd697f1208a36e1434567b0f942d6))
14+
515
## v0.1.5 (2023-06-16)
616

717
### Fix

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.1.5"
3+
version = "0.2.0"
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.1.5"
1+
__version__ = "0.2.0"
22

33
from struct import Struct
44

0 commit comments

Comments
 (0)