5 Commits

Author SHA1 Message Date
Sosthène Guédon
edf19e997a Dispatch: update changelog and prepare release 0.3.1
The 0.3.0 release was also not linked to in the changelog
2025-02-12 15:35:35 +01:00
Sosthène Guédon
228013cecc Do not deselect applications if the application was not found 2025-02-12 14:58:52 +01:00
Robin Krahl
7e68a8d471 Release apdu-app v0.1.0 and apdu-dispatch v0.3.0 2024-10-18 09:47:43 +02:00
Robin Krahl
c675f9107a Replace iso7816::Command with iso7816::command::CommandView
This allows us to drop one generic parameter from the App trait and
potentially generate more efficient code.
2024-08-13 17:55:56 +02:00
Robin Krahl
6994b0ae96 Extract app trait into apdu-app
Currently, all APDU applications depend on apdu-dispatch to implement
the App trait.  This means that they also need to be updated if the
dispatch implementation is changed.  This causes unnecessary releases
and maintenance work.  By introducing the apdu-app crate, we can change
the dispatch implementation without affecting the applications.
2024-06-05 13:25:02 +02:00