From f5580b355cb820eead9c5f3c969c956346b144bd Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 22 Oct 2024 14:21:25 +0200 Subject: [PATCH] Release v0.3.7 --- CHANGELOG.md | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6afe91..56d3ffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,18 @@ ## [Unreleased][] +[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/v0.3.7...HEAD + +- + +## [v0.3.7][] (2024-10-22) + +[v0.3.7]: https://github.com/Nitrokey/trussed-se050-backend/compare/v0.3.6...v0.3.7 + ### Changed - Update `cbor-smol` dependency to v0.5.0 -[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/v0.3.0...HEAD - ## [v0.3.6][] (2024-10-17) [v0.3.6]: https://github.com/Nitrokey/trussed-se050-backend/compare/v0.3.5...v0.3.6 diff --git a/Cargo.toml b/Cargo.toml index 6c34bdd..e47c353 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0 OR MIT" [package] name = "trussed-se050-backend" -version = "0.3.6" +version = "0.3.7" authors.workspace = true edition.workspace = true repository.workspace = true