Skip to content

Commit

Permalink
Release trussed-core v0.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Jan 6, 2025
1 parent f5d4af2 commit 6bba8fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
5 changes: 5 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6bba8fd

Please sign in to comment.