File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed 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+ ## [ 0.3.1]
12+
13+ - Do not deselect applications if the application was not found ([ #28 ] [ ] )
14+
15+ [ #28 ] : https://github.com/trussed-dev/apdu-dispatch/pull/28
16+
1117## [ 0.3.0]
1218
1319- Move the ` app ` module into a separate crate, ` apdu-app ` , and re-export it.
@@ -58,7 +64,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5864- Initial release
5965
6066
61- [ Unreleased ] : https://github.com/trussed-dev/apdu-dispatch/compare/0.2.0...HEAD
67+ [ Unreleased ] : https://github.com/trussed-dev/apdu-dispatch/compare/0.3.1...HEAD
68+ [ 0.3.1 ] : https://github.com/trussed-dev/apdu-dispatch/compare/0.3.0...0.3.1
69+ [ 0.3.0 ] : https://github.com/trussed-dev/apdu-dispatch/compare/0.2.0...0.3.0
6270[ 0.2.0 ] : https://github.com/trussed-dev/apdu-dispatch/compare/0.1.2...0.2.0
6371[ 0.1.2 ] : https://github.com/trussed-dev/apdu-dispatch/compare/0.1.1...0.1.2
6472[ 0.1.1 ] : https://github.com/trussed-dev/apdu-dispatch/compare/0.1.0...0.1.1
Original file line number Diff line number Diff line change 11[package ]
22name = " apdu-dispatch"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
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