Skip to content

Commit 12e2eb2

Browse files
author
semantic-release
committed
0.6.2
Automatically generated by python-semantic-release
1 parent 7e9e5a5 commit 12e2eb2

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
# CHANGELOG
22

33

4+
## v0.6.2 (2025-04-13)
5+
6+
### Bug Fixes
7+
8+
- Add SPDX license identifier ([#37](https://github.com/python-kasa/kasa-crypt/pull/37),
9+
[`7e9e5a5`](https://github.com/python-kasa/kasa-crypt/commit/7e9e5a55a12212cebf71744d2752e9b9e741ab30))
10+
11+
### Chores
12+
13+
- **deps-dev**: Bump pytest-cov from 6.0.0 to 6.1.1
14+
([#36](https://github.com/python-kasa/kasa-crypt/pull/36),
15+
[`0ff3084`](https://github.com/python-kasa/kasa-crypt/commit/0ff30840d2b08f06024cf6a54937198125d67c71))
16+
17+
- **pre-commit.ci**: Pre-commit autoupdate
18+
([#34](https://github.com/python-kasa/kasa-crypt/pull/34),
19+
[`18fd69a`](https://github.com/python-kasa/kasa-crypt/commit/18fd69a6552c71412033c812acc50ca4cb6628df))
20+
21+
updates: - [github.com/python-poetry/poetry: 2.1.1 →
22+
2.1.2](https://github.com/python-poetry/poetry/compare/2.1.1...2.1.2) - [github.com/PyCQA/flake8:
23+
7.1.2 → 7.2.0](https://github.com/PyCQA/flake8/compare/7.1.2...7.2.0)
24+
25+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
26+
27+
- **pre-commit.ci**: Pre-commit autoupdate
28+
([#35](https://github.com/python-kasa/kasa-crypt/pull/35),
29+
[`49ff1e5`](https://github.com/python-kasa/kasa-crypt/commit/49ff1e53a28fa789e62b9e00c02c59e1e52dee29))
30+
31+
updates: - [github.com/commitizen-tools/commitizen: v4.4.1 →
32+
v4.5.0](https://github.com/commitizen-tools/commitizen/compare/v4.4.1...v4.5.0)
33+
34+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
35+
36+
437
## v0.6.1 (2025-03-05)
538

639
### Bug Fixes

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.6.1"
3+
version = "0.6.2"
44
license = "Apache-2.0"
55
description = "Fast kasa crypt"
66
authors = ["J. Nick Koston <[email protected]>"]

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.6.1"
1+
__version__ = "0.6.2"
22

33
from struct import Struct
44

0 commit comments

Comments
 (0)