mirror of
https://github.com/trussed-dev/ctaphid-dispatch.git
synced 2026-06-20 04:16:18 -07:00
Release ctaphid-app v0.2.0 and ctaphid-dispatch v0.4.0
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
-
|
||||
|
||||
## [v0.2.0](https://github.com/trussed-dev/ctaphid-dispatch/releases/tag/app-v0.2.0) (2026-03-23)
|
||||
|
||||
- Update to `heapless-bytes` v0.5 and `trussed-core` v0.2
|
||||
|
||||
## [v0.1.0](https://github.com/trussed-dev/ctaphid-dispatch/releases/tag/app-v0.1.0) (2025-01-08)
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ctaphid-app"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
description = "trait for CTAPHID applications"
|
||||
|
||||
authors.workspace = true
|
||||
|
||||
@@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
-
|
||||
|
||||
## [0.4.0] - 2026-03-23
|
||||
|
||||
- Update to `heapless-bytes` v0.5 and `trussed-core` v0.2
|
||||
- Update to `ctaphid-app` v0.2
|
||||
|
||||
## [0.3.0] - 2025-03-21
|
||||
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ctaphid-dispatch"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
description = "Dispatch layer after usbd-ctaphid"
|
||||
|
||||
authors.workspace = true
|
||||
@@ -9,7 +9,7 @@ license.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
ctaphid-app = "0.1"
|
||||
ctaphid-app = "0.2"
|
||||
delog = "0.1"
|
||||
heapless-bytes.workspace = true
|
||||
interchange = "0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user