Skip to content

Commit 3ef0060

Browse files
Release v0.4.2
1 parent 0d771e3 commit 3ef0060

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
## Unreleased
44

5+
[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.4.2...HEAD)
6+
7+
## [v0.4.2](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.4.2) (2025-11-26)
8+
59
- `nitrokey.trussed`: Add optional `model` argument for `list` and `open` functions.
610

7-
[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.4.1...HEAD)
11+
[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.4.1...v0.4.2)
812

913
## [v0.4.1](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.4.1) (2025-08-21)
1014

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.4.1
2+
Version: 0.4.2
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
[project]
66
name = "nitrokey"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "Nitrokey Python SDK"
99
authors = [
1010
{ name = "Nitrokey", email = "[email protected]" },

0 commit comments

Comments
 (0)