Skip to content

Commit 8019247

Browse files
Release ctaphid-dispatch v0.3.0
This release makes Dispatch generic over the buffer size.
1 parent 47f7452 commit 8019247

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dispatch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
-
10+
11+
## [0.3.0] - 2025-03-21
12+
913
- Make `Dispatch` generic over the buffer size, rename `MESSAGE_SIZE` to `DEFAULT_MESSAGE_SIZE`, remove the `Message` type and add a `DefaultDispatch` type alias for `Dispatch<_, _, DEFAULT_MESSAGE_SIZE>`.
1014

1115
## [0.2.0] - 2025-01-08

dispatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ctaphid-dispatch"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Dispatch layer after usbd-ctaphid"
55

66
authors.workspace = true

0 commit comments

Comments
 (0)