Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.2.4 #62

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

## Unreleased

- Add support for `poetry-core` v2.
-

[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.2.4-rc.1...HEAD)
[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.2.4...HEAD)

## [v0.2.4-rc.1](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.2.4-rc.1) (2025-01-17)
## [v0.2.4](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.2.4) (2025-01-22)

- The list methods of `NK3` and `NKPK` now only open the respective device, based on the USB vendor and product ID.
- Use trusted publishing for PyPI.
- Add support for `poetry-core` v2.

[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.2.3...v0.2.4-rc.1)
[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.2.3...v0.2.4)

## [v0.2.3](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.2.3) (2024-11-02)

Expand Down
2 changes: 1 addition & 1 deletion ci-scripts/linux/rpm/python3-nitrokey.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: python3-nitrokey
Version: 0.2.4~rc1
Version: 0.2.4
Release: %autorelease
Summary: Python SDK for Nitrokey devices

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "nitrokey"
version = "0.2.4-rc.1"
version = "0.2.4"
description = "Nitrokey Python SDK"
authors = ["Nitrokey <[email protected]>"]
license = "Apache-2.0 or MIT"
Expand Down
Loading