Skip to content

Releases: trussed-dev/ctaphid-dispatch

v0.2.0

09 Jan 10:34
0.2.0
2001761
Compare
Choose a tag to compare

Changelog

  • Optimize stack usage of Dispatch::poll
  • Replace trussed dependency with trussed-core.
  • Replace heapless dependency with heapless-bytes.
  • Move the app and command modules into a separate crate, ctaphid-app, and re-export it.
  • Make App trait generic over the response size.
  • Remove unused ShortMessage type.
  • Flatten the public module structure and remove unnecessary re-exports.

ctaphid-app v0.1.0

09 Jan 10:32
app-v0.1.0
98b846c
Compare
Choose a tag to compare

Initial release that extracts the app and command modules from ctaphid-dispatch 0.1 into a separate crate.

ctaphid-app v0.1.0-rc.1

08 Jan 08:56
app-v0.1.0-rc.1
5a2864c
Compare
Choose a tag to compare

Changelog

  • Extract app and command modules from ctaphid-dispatch 0.1 into a separate crate.