Skip to content

Commit 9637446

Browse files
author
semantic-release
committed
0.6.1
Automatically generated by python-semantic-release
1 parent 694cbbd commit 9637446

3 files changed

Lines changed: 39 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## v0.6.1 (2025-03-05)
5+
6+
### Bug Fixes
7+
8+
- Use trusted publishing for wheels ([#33](https://github.com/python-kasa/kasa-crypt/pull/33),
9+
[`694cbbd`](https://github.com/python-kasa/kasa-crypt/commit/694cbbd6a45efd1ff544f2c9344d0613309ba08a))
10+
11+
### Chores
12+
13+
- **deps-dev**: Bump pytest from 8.3.4 to 8.3.5
14+
([#30](https://github.com/python-kasa/kasa-crypt/pull/30),
15+
[`07fabee`](https://github.com/python-kasa/kasa-crypt/commit/07fabee1d3a43160fc07b339aec970dfcdf97b6b))
16+
17+
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5. - [Release
18+
notes](https://github.com/pytest-dev/pytest/releases) -
19+
[Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) -
20+
[Commits](https://github.com/pytest-dev/pytest/compare/8.3.4...8.3.5)
21+
22+
--- updated-dependencies: - dependency-name: pytest dependency-type: direct:development
23+
24+
update-type: version-update:semver-patch ...
25+
26+
Signed-off-by: dependabot[bot] <support@github.com>
27+
28+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
29+
30+
- **pre-commit.ci**: Pre-commit autoupdate
31+
([#29](https://github.com/python-kasa/kasa-crypt/pull/29),
32+
[`85d6660`](https://github.com/python-kasa/kasa-crypt/commit/85d6660205a4e65d256a3fb5f460deeec51163cf))
33+
34+
updates: - [github.com/commitizen-tools/commitizen: v4.2.2 →
35+
v4.4.1](https://github.com/commitizen-tools/commitizen/compare/v4.2.2...v4.4.1) -
36+
[github.com/PyCQA/isort: 6.0.0 → 6.0.1](https://github.com/PyCQA/isort/compare/6.0.0...6.0.1)
37+
38+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
39+
40+
441
## v0.6.0 (2025-03-05)
542

643
### Chores

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.0"
3+
version = "0.6.1"
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.6.0"
1+
__version__ = "0.6.1"
22

33
from struct import Struct
44

0 commit comments

Comments
 (0)