Skip to content

Commit

Permalink
Release trussed-staging v0.3.2, trussed-hpke v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Oct 17, 2024
1 parent e27ad91 commit 7c99973
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 22 additions & 0 deletions extensions/fs-info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
22 changes: 22 additions & 0 deletions extensions/hpke/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit 7c99973

Please sign in to comment.