We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e79680 + 0bb5d1b commit fcb8f8dCopy full SHA for fcb8f8d
3 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.1.1 (2023-06-16)
6
+
7
+### Fix
8
9
+* Add missing nulls ([`e7919f0`](https://github.com/bdraco/kasa-crypt/commit/e7919f0104c98855e6af1010f07f00b038279b40))
10
11
## v0.1.0 (2023-06-16)
12
13
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "kasa-crypt"
-version = "0.1.0"
+version = "0.1.1"
description = "Fast kasa crypt"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "Apache Software License 2.0"
src/kasa_crypt/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.1.0"
+__version__ = "0.1.1"
from struct import Struct
0 commit comments