From 47ad52d7438ab76f585878dae1c779df4cb2a99d Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 9 Jun 2026 10:54:22 +0200 Subject: [PATCH] Release v0.1.0-rc.1 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7ca6a12 --- /dev/null +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.lock b/Cargo.lock index 32a11ca..40afbf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1520,7 +1520,7 @@ dependencies = [ [[package]] name = "trussed-usbip" -version = "0.0.1" +version = "0.1.0-rc.1" dependencies = [ "apdu-dispatch", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7ed8b08..b105f60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "trussed-usbip" -version = "0.0.1" -authors = ["Nicolas Stalder ", "Conor Patrick ", "Szczepan Zalega "] +version = "0.1.0-rc.1" +authors = ["The Trussed developers", "Nicolas Stalder ", "Conor Patrick ", "Szczepan Zalega "] edition = "2021" [dependencies]