Files
apdu-dispatch/app/CHANGELOG.md
T

712 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

v0.2.0 (2026-03-23)

  • Update dependencies:
    • iso7816 v0.2
    • hapless v0.9

v0.1.0 (2024-10-18)

  • Extract app module from apdu-dispatch 0.2.0 into a separate crate.
  • Replace iso7816::Command with iso7816::command::CommandView in the App trait and remove the C parameter.