Skip to content

Commit

Permalink
Release trussed-core v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Jan 8, 2025
1 parent 6bba8fd commit f8d5190
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0-rc.1" }
trussed-core = { version = "0.1.0" }

# general
bitflags = { version = "2.1" }
Expand Down
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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-rc.1"
version = "0.1.0"
description = "Core types for the trussed crate"

authors.workspace = true
Expand Down

0 comments on commit f8d5190

Please sign in to comment.