Skip to content

Commit 6bba8fd

Browse files
Release trussed-core v0.1.0-rc.1
1 parent f5d4af2 commit 6bba8fd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ license.workspace = true
2828
repository.workspace = true
2929

3030
[dependencies]
31-
trussed-core = { version = "0.1" }
31+
trussed-core = { version = "0.1.0-rc.1" }
3232

3333
# general
3434
bitflags = { version = "2.1" }

core/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
## Unreleased
44

55
-
6+
7+
## [v0.1.0-rc.1](https://github.com/trussed-dev/trussed/releases/tag/core-v0.1.0-rc.1) (2024-12-20)
8+
9+
Initial release extracting the core types from `trussed`: the client traits,
10+
the API definition and the types used in the API.

core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trussed-core"
3-
version = "0.1.0"
3+
version = "0.1.0-rc.1"
44
description = "Core types for the trussed crate"
55

66
authors.workspace = true

0 commit comments

Comments
 (0)