Prepare releases

This commit is contained in:
Sosthène Guédon
2025-05-14 11:28:58 +02:00
parent dcf8f0eee4
commit 84fb5ddcfd
4 changed files with 16 additions and 7 deletions
+8 -2
View File
@@ -11,10 +11,16 @@ 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.2...HEAD
[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/v0.3.3...HEAD
## [0.3.3][] - 2025-05-13
[0.3.3]: https://github.com/trussed-dev/trussed-staging/compare/v0.3.2...v0.3.3
- When factory-resetting, mark empty filesystems for reformatting ([#36](https://github.com/trussed-dev/trussed-staging/pull/36))
- Update extensions:
- `trussed-chunked` v0.2.0
- `trussed-chunked` v0.2.1
- `trussed-hkdf` v0.3.0
- `trussed-hpke` v0.2.0
- `trussed-manage` v0.2.0
+2 -2
View File
@@ -25,7 +25,7 @@ trussed-core = { version = "0.1.0", features = ["serde-extensions"] }
[package]
name = "trussed-staging"
version = "0.3.2"
version = "0.3.3"
description = "Work in progress trussed features"
authors.workspace = true
edition.workspace = true
@@ -51,7 +51,7 @@ aead = { version = "0.5.2", optional = true, default-features = false }
trussed-chunked = { version = "0.2.0", optional = true }
trussed-hkdf = { version = "0.3.0", optional = true }
trussed-hpke = { version = "0.2.0", optional = true }
trussed-manage = { version = "0.2.0", optional = true }
trussed-manage = { version = "0.2.1", optional = true }
trussed-wrap-key-to-file = { version = "0.2.0", optional = true }
trussed-fs-info = { version = "0.2.0", optional = true }
+5 -2
View File
@@ -11,9 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased][]
[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/manage-v0.2.0...HEAD
## [0.2.1][] - 2025-05-13
[0.2.1]: https://github.com/trussed-dev/trussed-staging/releases/tag/manage-v0.2.1
- When factory-resetting, mark empty filesystems for reformatting ([#36](https://github.com/trussed-dev/trussed-staging/pull/36))
-
## [0.2.0][] - 2025-01-08
+1 -1
View File
@@ -3,7 +3,7 @@
[package]
name = "trussed-manage"
version = "0.2.0"
version = "0.2.1"
description = "management extension for trussed"
authors.workspace = true
edition.workspace = true