From 12a1974685c09c4bf9f32c469402db39010dfb68 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 6 Jan 2025 17:14:02 +0100 Subject: [PATCH] Release ctaphid-app v0.1.0-rc.1 --- app/CHANGELOG.md | 2 +- app/Cargo.toml | 2 +- dispatch/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 6c04546..0915f1a 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## Unreleased +## [v0.1.0-rc.1](https://github.com/trussed-dev/ctaphid-dispatch/releases/tag/app-v0.1.0-rc.1) (2025-01-06) - Extract `app` and `command` modules from `ctaphid-dispatch` 0.1 into a separate crate. diff --git a/app/Cargo.toml b/app/Cargo.toml index 108cbe9..4e63913 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctaphid-app" -version = "0.1.0" +version = "0.1.0-rc.1" description = "trait for CTAPHID applications" authors.workspace = true diff --git a/dispatch/Cargo.toml b/dispatch/Cargo.toml index bd1fd11..3eeef44 100644 --- a/dispatch/Cargo.toml +++ b/dispatch/Cargo.toml @@ -9,7 +9,7 @@ license.workspace = true repository.workspace = true [dependencies] -ctaphid-app = "0.1" +ctaphid-app = "0.1.0-rc.1" delog = "0.1" heapless.workspace = true heapless-bytes = "0.3"