Skip to content

Commit edf19e9

Browse files
Dispatch: update changelog and prepare release 0.3.1
The 0.3.0 release was also not linked to in the changelog
1 parent 228013c commit edf19e9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

dispatch/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

dispatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apdu-dispatch"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Dispatch layer after nfc-device and usbd-ccid"
55

66
authors.workspace = true

0 commit comments

Comments
 (0)