From f8d51904055dc94e55c19412512368c8d4f01982 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Wed, 8 Jan 2025 16:21:37 +0100 Subject: [PATCH] Release trussed-core v0.1.0 --- Cargo.toml | 2 +- core/CHANGELOG.md | 2 +- core/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 355324de12e..ec4e899d52b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ license.workspace = true repository.workspace = true [dependencies] -trussed-core = { version = "0.1.0-rc.1" } +trussed-core = { version = "0.1.0" } # general bitflags = { version = "2.1" } diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 624525aeb95..5e3ec2d0f0f 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -4,7 +4,7 @@ - -## [v0.1.0-rc.1](https://github.com/trussed-dev/trussed/releases/tag/core-v0.1.0-rc.1) (2024-12-20) +## [v0.1.0](https://github.com/trussed-dev/trussed/releases/tag/core-v0.1.0) (2025-01-08) 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 c94b7969745..44c53137823 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trussed-core" -version = "0.1.0-rc.1" +version = "0.1.0" description = "Core types for the trussed crate" authors.workspace = true