Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }

Expand Down
7 changes: 5 additions & 2 deletions extensions/manage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion extensions/manage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down