From cba23a92b4843c37b89e30cac92e6d992bc520df Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Fri, 20 Dec 2024 10:39:31 +0100 Subject: [PATCH] Release trussed-core v0.1.0-rc.1 --- Cargo.toml | 2 +- core/CHANGELOG.md | 5 +++++ core/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 826d1736791..355324de12e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ license.workspace = true repository.workspace = true [dependencies] -trussed-core = { version = "0.1" } +trussed-core = { version = "0.1.0-rc.1" } # general bitflags = { version = "2.1" } diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index cdf64aab779..e7c28dc1284 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,3 +3,8 @@ ## Unreleased - + +## [v0.1.0-rc.1](https://github.com/trussed-dev/trussed/releases/tag/core-v0.1.0-rc-1) (2024-12-20) + +Initial release extracting the core types from `trussed`: the client traits, +the API definition and the types used in the API. diff --git a/core/Cargo.toml b/core/Cargo.toml index 44c53137823..c94b7969745 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trussed-core" -version = "0.1.0" +version = "0.1.0-rc.1" description = "Core types for the trussed crate" authors.workspace = true