File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ -
10+
11+ ## [ v0.1.0] ( https://github.com/trussed-dev/apdu-dispatch/releases/tag/app-0.1.0 ) (2024-10-18)
12+
913- Extract ` app ` module from ` apdu-dispatch ` 0.2.0 into a separate crate.
1014- Replace ` iso7816::Command ` with ` iso7816::command::CommandView ` in the ` App ` trait and remove the ` C ` parameter.
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ -
10+
11+ ## [ 0.3.0]
12+
913- Move the ` app ` module into a separate crate, ` apdu-app ` , and re-export it.
1014- Replace ` iso7816::Command ` with ` iso7816::command::CommandView ` in the ` App ` trait and remove the ` C ` parameter.
1115
Original file line number Diff line number Diff line change 11[package ]
22name = " apdu-dispatch"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44description = " Dispatch layer after nfc-device and usbd-ccid"
55
66authors.workspace = true
You can’t perform that action at this time.
0 commit comments