Skip to content

Commit 7ec3bca

Browse files
author
github-actions
committed
0.5.0
Automatically generated by python-semantic-release
1 parent 75aaec3 commit 7ec3bca

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

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

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+
511
## v0.4.4 (2024-06-24)
612

713
### 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.4.4"
3+
version = "0.5.0"
44
description = "Fast kasa crypt"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
readme = "README.md"

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.4.4"
1+
__version__ = "0.5.0"
22

33
from struct import Struct
44

0 commit comments

Comments
 (0)