File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99-
1010
11+ ## [ v0.2.0] ( https://github.com/trussed-dev/apdu-dispatch/releases/tag/app-0.2.0 ) (2026-03-23)
12+
13+ - Update dependencies:
14+ - ` iso7816 ` v0.2
15+ - ` hapless ` v0.9
16+
1117## [ v0.1.0] ( https://github.com/trussed-dev/apdu-dispatch/releases/tag/app-0.1.0 ) (2024-10-18)
1218
1319- Extract ` app ` module from ` apdu-dispatch ` 0.2.0 into a separate crate.
Original file line number Diff line number Diff line change 11[package ]
22name = " apdu-app"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " trait for APDU applications"
55
66authors.workspace = true
Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99-
1010
11+ ## [ 0.4.0]
12+
13+ - Update dependencies:
14+ - ` apdu-app ` v0.2
15+ - ` iso7816 ` v0.2
16+ - ` hapless ` v0.9
17+
1118## [ 0.3.1]
1219
1320- Do not deselect applications if the application was not found ([ #28 ] [ ] )
Original file line number Diff line number Diff line change 11[package ]
22name = " apdu-dispatch"
3- version = " 0.3.1 "
3+ version = " 0.4.0 "
44description = " Dispatch layer after nfc-device and usbd-ccid"
55
66authors.workspace = true
@@ -9,7 +9,7 @@ license.workspace = true
99repository.workspace = true
1010
1111[dependencies ]
12- apdu-app = " 0.1 .0"
12+ apdu-app = " 0.2 .0"
1313delog = " 0.1.4"
1414interchange = " 0.3.0"
1515iso7816.workspace = true
You can’t perform that action at this time.
0 commit comments