Skip to content

Commit f4db29b

Browse files
Release apdu-app v0.2.0 and apdu-dispatch v0.4.0
1 parent 931c426 commit f4db29b

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

app/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
## [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.

app/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-app"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "trait for APDU applications"
55

66
authors.workspace = true

dispatch/CHANGELOG.md

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

dispatch/Cargo.toml

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

66
authors.workspace = true
@@ -9,7 +9,7 @@ license.workspace = true
99
repository.workspace = true
1010

1111
[dependencies]
12-
apdu-app = "0.1.0"
12+
apdu-app = "0.2.0"
1313
delog = "0.1.4"
1414
interchange = "0.3.0"
1515
iso7816.workspace = true

0 commit comments

Comments
 (0)