From 7c99973187eb9ae2c1e410b5996169ccf2690efa Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Thu, 17 Oct 2024 21:22:18 +0200 Subject: [PATCH] Release trussed-staging v0.3.2, trussed-hpke v0.1.0 --- CHANGELOG.md | 14 +++++++++++++- Cargo.toml | 2 +- extensions/fs-info/CHANGELOG.md | 22 ++++++++++++++++++++++ extensions/hpke/CHANGELOG.md | 22 ++++++++++++++++++++++ 4 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 extensions/fs-info/CHANGELOG.md create mode 100644 extensions/hpke/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 99cfa10..5bf5e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][] -[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/v0.3.2...HEAD - +## [0.3.2][] - 2024-10-18 + +[0.3.2]: https://github.com/trussed-dev/trussed-staging/compare/v0.3.1...v0.3.2 + +- Implement `HpkeExtension` ([#25](https://github.com/trussed-dev/trussed-staging/pull/25)) + +## [0.3.1][] - 2024-08-01 + +[0.3.1]: https://github.com/trussed-dev/trussed-staging/compare/v0.3.0...v0.3.1 + +- Implement `FsInfoExtension` ([#27](https://github.com/trussed-dev/trussed-staging/pull/27)) + ## [0.3.0][] - 2024-03-25 [0.3.0]: https://github.com/trussed-dev/trussed-staging/compare/v0.2.0...v0.3.0 diff --git a/Cargo.toml b/Cargo.toml index 11eda5d..86a6723 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ trussed = { version = "0.1.0", features = ["serde-extensions"] } [package] name = "trussed-staging" -version = "0.3.0" +version = "0.3.2" description = "Work in progress trussed features" authors.workspace = true edition.workspace = true diff --git a/extensions/fs-info/CHANGELOG.md b/extensions/fs-info/CHANGELOG.md new file mode 100644 index 0000000..01f53f4 --- /dev/null +++ b/extensions/fs-info/CHANGELOG.md @@ -0,0 +1,22 @@ + + +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased][] + +[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/fs-info-v0.1.0...HEAD + +- + +## [0.1.0][] - 2024-10-18 + +[0.1.0]: https://github.com/Nitrokey/trussed-staging/releases/tag/fs-info-v0.1.0 + +Initial release of the `FsInfoExtension`. diff --git a/extensions/hpke/CHANGELOG.md b/extensions/hpke/CHANGELOG.md new file mode 100644 index 0000000..2a85c4c --- /dev/null +++ b/extensions/hpke/CHANGELOG.md @@ -0,0 +1,22 @@ + + +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased][] + +[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/hpke-v0.1.0...HEAD + +- + +## [0.1.0][] - 2024-10-18 + +[0.1.0]: https://github.com/Nitrokey/trussed-staging/releases/tag/hpke-v0.1.0 + +Initial release of the `HpkeExtension`.