Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 18, 2023
1 parent a25ebca commit 554330b
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.4.0 (2023-10-18)

### Feature

* Build wheels with final cpython release ([#5](https://github.com/bdraco/kasa-crypt/issues/5)) ([`915697b`](https://github.com/bdraco/kasa-crypt/commit/915697b736b4fd7398dd8b5cbaf9e6dc5125ddcb))

### Fix

* Reduce size of wheels by excluding generated .c files ([#6](https://github.com/bdraco/kasa-crypt/issues/6)) ([`a25ebca`](https://github.com/bdraco/kasa-crypt/commit/a25ebca4de36c9f6eb2a7722eeed721fa69177c7))

## v0.3.0 (2023-07-24)

### Feature
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.3.0"
version = "0.4.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.3.0"
__version__ = "0.4.0"

from struct import Struct

Expand Down

0 comments on commit 554330b

Please sign in to comment.