Skip to content

Commit

Permalink
Release backend v0.3.0 and extension v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Mar 15, 2024
1 parent 5433fa5 commit d70748e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Changelog

## Unreleased
## [Unreleased][]

-

[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/v0.3.0...HEAD

## [v0.3.0][] (2024-03-15)

[v0.3.0]: https://github.com/Nitrokey/trussed-se050-backend/compare/v0.2.0...v0.3.0

### Changed

- Use extension crates `trussed-manage` and `trussed-wrap-key-to-file` instead
of backend crate `trussed-staging`, see [trussed-staging#19][].
of backend crate `trussed-staging` ([#13][])
- Move `manage::ManageExtension` into `trussed-se050-manage` crate and rename
it to `Se050ManageExtension`.
it to `Se050ManageExtension` ([#13][])

[trussed-staging#19]: https://github.com/trussed-dev/trussed-staging/pull/19
[#13]: https://github.com/Nitrokey/trussed-se050-backend/pull/13

## [v0.2.0][] (2024-03-04)

Expand Down
16 changes: 16 additions & 0 deletions extensions/se050-manage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [Unreleased][]

-

[Unreleased]: https://github.com/Nitrokey/trussed-se050-backend/compare/se050-manage-v0.1.0...HEAD

## [0.1.0][] - 2024-03-15

- Extract the `ManageExtension` from `trussed-se050-backend` 0.2.0 ([#13][])
- Rename `ManageExtension` to `Se050ManageExtension` ([#13][])

[#13]: https://github.com/Nitrokey/trussed-se050-backend/pull/13

[0.1.0]: https://github.com/Nitrokey/trussed-se050-backend/releases/tag/se050-manage-v0.1.0

0 comments on commit d70748e

Please sign in to comment.