Skip to content

Commit

Permalink
Release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerklinger committed Nov 2, 2024
1 parent cb09a3f commit 1249428
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

## Unreleased

-

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

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

- Remove `ecdsa` dependency
- Remove two step update handling on macOS
- Correct update message
- Add RPM specification file
- Add CI test to make sure versions in `pyproject.toml` and `python3-nitrokey.spec` are the same

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

## [v0.2.2](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.2.2) (2024-10-23)

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.2
Version: 0.2.3
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.2"
version = "0.2.3"
description = "Nitrokey Python SDK"
authors = ["Nitrokey <[email protected]>"]
license = "Apache-2.0 or MIT"
Expand Down

0 comments on commit 1249428

Please sign in to comment.