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
8
8
9
9
-
10
10
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
+
11
17
## [ 0.3.0]
12
18
13
19
- 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
58
64
- Initial release
59
65
60
66
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
62
70
[ 0.2.0 ] : https://github.com/trussed-dev/apdu-dispatch/compare/0.1.2...0.2.0
63
71
[ 0.1.2 ] : https://github.com/trussed-dev/apdu-dispatch/compare/0.1.1...0.1.2
64
72
[ 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 1
1
[package ]
2
2
name = " apdu-dispatch"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
description = " Dispatch layer after nfc-device and usbd-ccid"
5
5
6
6
authors.workspace = true
You can’t perform that action at this time.
0 commit comments