Release v0.1.0-rc.1

This commit is contained in:
Robin Krahl
2026-06-09 10:54:22 +02:00
parent 93a6163af1
commit 47ad52d743
3 changed files with 14 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
# Changelog
## Unreleased
-
[All Changes](https://github.com/trussed-dev/pc-usbip-runner/compare/v0.1.0-rc.1...HEAD)
## [v0.1.0-rc.1](https://github.com/trussed-dev/pc-usbip-runner/releases/tag/v0.1.0-rc.1) (2026-06-09)
Initial release for `trussed` v0.2.0-rc.1.
Generated
+1 -1
View File
@@ -1520,7 +1520,7 @@ dependencies = [
[[package]]
name = "trussed-usbip"
version = "0.0.1"
version = "0.1.0-rc.1"
dependencies = [
"apdu-dispatch",
"clap",
+2 -2
View File
@@ -1,7 +1,7 @@
[package]
name = "trussed-usbip"
version = "0.0.1"
authors = ["Nicolas Stalder <n@stalder.io>", "Conor Patrick <conor@solokeys.com>", "Szczepan Zalega <szczepan@nitrokey.com>"]
version = "0.1.0-rc.1"
authors = ["The Trussed developers", "Nicolas Stalder <n@stalder.io>", "Conor Patrick <conor@solokeys.com>", "Szczepan Zalega <szczepan@nitrokey.com>"]
edition = "2021"
[dependencies]