Skip to content

Commit 64b9f63

Browse files
sosthene-nitrokeynickray
authored andcommitted
Prepare release 1.2.0
1 parent ac7b277 commit 64b9f63

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.2.0]
10+
911
### Fixed
1012

1113
- Fixed the calculation of the maximum length of a response when deciding
@@ -34,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3436
- Initial release
3537

3638

37-
[Unreleased]: https://github.com/trussed-dev/apdu-dispatch/compare/0.1.1...HEAD
39+
[Unreleased]: https://github.com/trussed-dev/apdu-dispatch/compare/0.1.2...HEAD
40+
[0.1.2]: https://github.com/trussed-dev/apdu-dispatch/compare/0.1.1...0.1.2
3841
[0.1.1]: https://github.com/trussed-dev/apdu-dispatch/compare/0.1.0...0.1.1
3942
[0.1.0]: https://github.com/trussed-dev/apdu-dispatch/releases/tag/0.1.0

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "apdu-dispatch"
3-
version = "0.1.1"
4-
authors = ["Conor Patrick <[email protected]>", "Nicolas Stalder <[email protected]>"]
3+
version = "0.1.2"
4+
authors = ["Conor Patrick <[email protected]>", "Nicolas Stalder <[email protected]>", "The Trussed developers"]
55
edition = "2021"
66
license = "Apache-2.0 OR MIT"
77
description = "Dispatch layer after nfc-device and usbd-ccid"

0 commit comments

Comments
 (0)