diff --git a/Cargo.toml b/Cargo.toml index 8ff95266e74..6df915cd820 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ license.workspace = true repository.workspace = true [dependencies] -trussed-core = { version = "0.1.0" } +trussed-core = "0.2" # general bitflags = { version = "2.1" } diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index e46cb3d7e6f..d856e387cf0 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +- + +## [v0.2.0](https://github.com/trussed-dev/trussed/releases/tag/core-v0.2.0) (2025-03-20) + ### Changed - Deprecate `FilesystemClient::debug_dump_store`. Instead, a debugger should be used to extract the filesystem from a development device. diff --git a/core/Cargo.toml b/core/Cargo.toml index 44c53137823..3fe32b657fe 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trussed-core" -version = "0.1.0" +version = "0.2.0" description = "Core types for the trussed crate" authors.workspace = true