Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 16, 2023
1 parent 4a09a40 commit 4d5a8e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## v0.2.0 (2023-06-16)

### Feature

* Add more test cover ([`bab1e20`](https://github.com/bdraco/kasa-crypt/commit/bab1e20a090a026d67de09576154c3bd41a317a0))

### Fix

* Ensure bytes with null chars are returned ([`4a09a40`](https://github.com/bdraco/kasa-crypt/commit/4a09a405167dd697f1208a36e1434567b0f942d6))

## v0.1.5 (2023-06-16)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kasa-crypt"
version = "0.1.5"
version = "0.2.0"
description = "Fast kasa crypt"
authors = ["J. Nick Koston <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/kasa_crypt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.5"
__version__ = "0.2.0"

from struct import Struct

Expand Down

0 comments on commit 4d5a8e8

Please sign in to comment.