Skip to content

Commit 68d3cc8

Browse files
author
github-actions
committed
0.1.0
Automatically generated by python-semantic-release
1 parent 6c7d9cd commit 68d3cc8

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
11
# Changelog
22

33
<!--next-version-placeholder-->
4+
5+
## v0.1.0 (2023-06-16)
6+
7+
### Feature
8+
9+
* Add readme ([`ffd9979`](https://github.com/bdraco/kasa-crypt/commit/ffd99791132c46a20c6656b5308fd7240290e844))
10+
* Add more tests ([`92c0729`](https://github.com/bdraco/kasa-crypt/commit/92c0729abe9d1c763e59cf045a7589defdadc841))
11+
* Add pyx ([`1ca559e`](https://github.com/bdraco/kasa-crypt/commit/1ca559ebcdfa8dce3e929a1f90bc516c0a7e8f75))
12+
* Add cython ([`1f7e83a`](https://github.com/bdraco/kasa-crypt/commit/1f7e83a46d10915a895f469d1c4c156b8af125f0))
13+
* Add code ([`7fea718`](https://github.com/bdraco/kasa-crypt/commit/7fea718004211523cdcb1823d2b37c695b6939a3))
14+
* Add code ([`dad4184`](https://github.com/bdraco/kasa-crypt/commit/dad41840f02747b5e690bef3b0644425c5df868a))
15+
16+
### Fix
17+
18+
* Release ([`6c7d9cd`](https://github.com/bdraco/kasa-crypt/commit/6c7d9cd7cb3d9e4d73e9270c098f87319d42f328))
19+
* Legacy ([`69f329d`](https://github.com/bdraco/kasa-crypt/commit/69f329d167352910b687ea33d8b2c6bca19147d5))
20+
* Adjust ([`6c66d4c`](https://github.com/bdraco/kasa-crypt/commit/6c66d4cfba3299d1b4e760ee141d7be36e9d18a9))
21+
* Debug ([`9b745de`](https://github.com/bdraco/kasa-crypt/commit/9b745de5a211508141d17920af0c4d34345d21bc))
22+
* Build ([#1](https://github.com/bdraco/kasa-crypt/issues/1)) ([`b032a97`](https://github.com/bdraco/kasa-crypt/commit/b032a97814dec7a57947d1b7c82bf5f8434f90a6))
23+
* Build ([`2568224`](https://github.com/bdraco/kasa-crypt/commit/256822486fd32f9a6275268fc6f7a472a5161681))
24+
* Rename ([`61aa4a6`](https://github.com/bdraco/kasa-crypt/commit/61aa4a65d55abdb6ea82328d614f606cc320cd6c))
25+
* Typo ([`d62027d`](https://github.com/bdraco/kasa-crypt/commit/d62027dfaea08518c551f008002fc328dd5bbc90))
26+
* Not working yet ([`9c37647`](https://github.com/bdraco/kasa-crypt/commit/9c37647db13fd9fefcc35a22eaf851763048f4ff))
27+
* Tweak ([`0d60c86`](https://github.com/bdraco/kasa-crypt/commit/0d60c86b0cefd7be10fbaf3eb0ff1b126a625fdf))

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.0.1"
3+
version = "0.1.0"
44
description = "Fast kasa crypt"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "Apache Software License 2.0"

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.0.1"
1+
__version__ = "0.1.0"
22

33
from struct import Struct
44

0 commit comments

Comments
 (0)