diff --git a/CHANGELOG.md b/CHANGELOG.md index 462d92a0359..59ea4e60453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -[Unreleased]: https://github.com/trussed-dev/trussed/compare/v0.2.0-rc.1...HEAD +[Unreleased]: https://github.com/trussed-dev/trussed/compare/v0.2.0...HEAD - -## [0.2.0-rc.1] - 2026-06-05 +## [0.2.0] - 2026-06-18 -[0.2.0-rc.1]: https://github.com/trussed-dev/trussed/releases/tag/v0.2.0-rc.1 +[0.2.0]: https://github.com/trussed-dev/trussed/releases/tag/v0.2.0 ### Added @@ -101,6 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed `TrussedInterchange` and `TRUSSED_INTERCHANGE` from `pipe`. - Removed the `clients-?` features. - Removed the `store!` macro. Embedded runners should provide their own implementation. Software runners can use `virt::StoreConfig` to create a `virt::Store`. +- Removed unconditional `Send` implementation for `Service`. [#64]: https://github.com/trussed-dev/trussed/issues/64 [#65]: https://github.com/trussed-dev/trussed/issues/65 diff --git a/Cargo.toml b/Cargo.toml index 74c2c397489..a8f641769eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0", default-features = false, features = ["derive"] } [package] name = "trussed" -version = "0.2.0-rc.1" +version = "0.2.0" description = "Modern Cryptographic Firmware" readme = "README.md"