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

Update lpc55-hal to v0.4 and release v0.2.0 #19

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Release v0.2.0
robin-nitrokey committed Oct 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ad324eedc72675e0a8274162ac3c7e1cd9732b93
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,10 +5,12 @@ SPDX-License-Identifier: CC0-1.0

# Changelog

## Unreleased
## [v0.2.0][] (2024-10-25)

- Update `lpc55-hal` to v0.4

[v0.2.0]: https://github.com/Nitrokey/se05x/releases/tag/v0.2.0

## [v0.1.6][] (2025-08-13)

- Fix `ExportObject` for large keys (NIST-P521 and brainpoolp512) ([#16][])
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@

[package]
name = "se05x"
version = "0.1.6"
version = "0.2.0"
authors = ["Nitrokey GmbH <[email protected]>"]

edition = "2021"