mirror of
https://github.com/trussed-dev/trussed-staging.git
synced 2026-06-20 04:16:23 -07:00
Release trussed-staging v0.3.2, trussed-hpke v0.1.0
This commit is contained in:
+13
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
<!--
|
||||
Copyright (C) Nitrokey GmbH
|
||||
SPDX-License-Identifier: CC0-1.0
|
||||
-->
|
||||
|
||||
# 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`.
|
||||
@@ -0,0 +1,22 @@
|
||||
<!--
|
||||
Copyright (C) Nitrokey GmbH
|
||||
SPDX-License-Identifier: CC0-1.0
|
||||
-->
|
||||
|
||||
# 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`.
|
||||
Reference in New Issue
Block a user