Skip to content

Commit 62db8eb

Browse files
Release ctaphid-dispatch v0.2.0
1 parent 3c0382b commit 62db8eb

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
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
-
9+
10+
## [0.2.0] - 2025-01-08
11+
812
- Optimize stack usage of `Dispatch::poll`
913
- Replace `trussed` dependency with `trussed-core`.
1014
- Replace `heapless` dependency with `heapless-bytes`.

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.1.1"
3+
version = "0.2.0"
44
description = "Dispatch layer after usbd-ctaphid"
55

66
authors.workspace = true

0 commit comments

Comments
 (0)