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 9ded535 + 74938bd commit ab3b852Copy full SHA for ab3b852
3 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.1.3 (2023-06-16)
6
+
7
+### Fix
8
9
+* Use safer impl ([`f9c560d`](https://github.com/bdraco/kasa-crypt/commit/f9c560db9888d18f79d924deedda39a4690976ed))
10
11
## v0.1.2 (2023-06-16)
12
13
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "kasa-crypt"
-version = "0.1.2"
+version = "0.1.3"
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.2"
+__version__ = "0.1.3"
from struct import Struct
0 commit comments