Skip to content

Commit f8d5190

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0-rc.1" }
31+
trussed-core = { version = "0.1.0" }
3232

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

core/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
-
66

7-
## [v0.1.0-rc.1](https://github.com/trussed-dev/trussed/releases/tag/core-v0.1.0-rc.1) (2024-12-20)
7+
## [v0.1.0](https://github.com/trussed-dev/trussed/releases/tag/core-v0.1.0) (2025-01-08)
88

99
Initial release extracting the core types from `trussed`: the client traits,
1010
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-rc.1"
3+
version = "0.1.0"
44
description = "Core types for the trussed crate"
55

66
authors.workspace = true

0 commit comments

Comments
 (0)