Skip to content

Commit 3e4e7a9

Browse files
Prepare release 0.4.0
Adding a return value to the update function is a breaking change
1 parent 2fc6f25 commit 3e4e7a9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.3.1...HEAD)
88

9+
## [v0.4.0](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.3.2) (2025-05-12)
10+
11+
- `nitrokey.trussed.admin_app.InitStatus`: add support for returning
12+
- `nitrokey.nk3.updates`: return device status after an update
13+
914
## [v0.3.1](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.3.1) (2025-03-28)
1015

1116
- `nitropy.nk3.updates`: Remove reboot during update.

ci-scripts/linux/rpm/python3-nitrokey.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: python3-nitrokey
2-
Version: 0.3.1
2+
Version: 0.4.0
33
Release: %autorelease
44
Summary: Python SDK for Nitrokey devices
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "nitrokey"
7-
version = "0.3.1"
7+
version = "0.4.0"
88
description = "Nitrokey Python SDK"
99
authors = ["Nitrokey <[email protected]>"]
1010
license = "Apache-2.0 or MIT"

0 commit comments

Comments
 (0)