From a168f8d7f9486e6a97f6f233a2c66f1175cd51e3 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 18 May 2026 11:20:27 +0200 Subject: [PATCH] Release trused-core v0.2.1 This release adds the UiClient::confirm_user_present_with_level API call and the Mldsa44 mechanism. --- core/CHANGELOG.md | 4 ++++ core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index b267221c4e0..5640980631c 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +- + +## [v0.2.1](https://github.com/trussed-dev/trussed/releases/tag/core-v0.2.1) (2026-05-18) + ### Added - Add `UiClient::confirm_user_present_with_level`. diff --git a/core/Cargo.toml b/core/Cargo.toml index b0297b8a5e1..abbda0f5976 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trussed-core" -version = "0.2.0" +version = "0.2.1" description = "Core types for the trussed crate" authors.workspace = true