diff --git a/dispatch/CHANGELOG.md b/dispatch/CHANGELOG.md index 74ff3e6..2100ac1 100644 --- a/dispatch/CHANGELOG.md +++ b/dispatch/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +- + +## [0.2.0] - 2025-01-08 + - Optimize stack usage of `Dispatch::poll` - Replace `trussed` dependency with `trussed-core`. - Replace `heapless` dependency with `heapless-bytes`. diff --git a/dispatch/Cargo.toml b/dispatch/Cargo.toml index 113c7d7..131cbff 100644 --- a/dispatch/Cargo.toml +++ b/dispatch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctaphid-dispatch" -version = "0.1.1" +version = "0.2.0" description = "Dispatch layer after usbd-ctaphid" authors.workspace = true