Skip to content

Commit 7e68a8d

Browse files
Release apdu-app v0.1.0 and apdu-dispatch v0.3.0
1 parent c675f91 commit 7e68a8d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

app/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

dispatch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.2.0"
3+
version = "0.3.0"
44
description = "Dispatch layer after nfc-device and usbd-ccid"
55

66
authors.workspace = true

0 commit comments

Comments
 (0)