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.
1 parent 75aaec3 commit 7ec3bcaCopy full SHA for 7ec3bca
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.5.0 (2025-01-17)
6
+
7
+### Feature
8
9
+* Publish arm wheels ([#14](https://github.com/python-kasa/kasa-crypt/issues/14)) ([`3ca116f`](https://github.com/python-kasa/kasa-crypt/commit/3ca116fe856ad0b4fd453feec263faaf77ed7b7d))
10
11
## v0.4.4 (2024-06-24)
12
13
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "kasa-crypt"
-version = "0.4.4"
+version = "0.5.0"
description = "Fast kasa crypt"
authors = ["J. Nick Koston <nick@koston.org>"]
readme = "README.md"
src/kasa_crypt/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.4.4"
+__version__ = "0.5.0"
from struct import Struct
0 commit comments