From ab824b8f5bbee836c6d94b0305e68cd90755544c Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 29 Oct 2023 10:53:46 +0100 Subject: [PATCH] Release v0.2.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f4009..9fcacec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] + ### Changed - Migrated to Interchange `0.3.0` ([#13][]) @@ -47,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/trussed-dev/apdu-dispatch/compare/0.1.2...HEAD +[Unreleased]: https://github.com/trussed-dev/apdu-dispatch/compare/0.2.0...HEAD +[0.2.0]: https://github.com/trussed-dev/apdu-dispatch/compare/0.1.2...0.2.0 [0.1.2]: https://github.com/trussed-dev/apdu-dispatch/compare/0.1.1...0.1.2 [0.1.1]: https://github.com/trussed-dev/apdu-dispatch/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/trussed-dev/apdu-dispatch/releases/tag/0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 0d28a80..c8ff2f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apdu-dispatch" -version = "0.1.2" +version = "0.2.0" authors = ["Conor Patrick ", "Nicolas Stalder ", "The Trussed developers"] edition = "2021" license = "Apache-2.0 OR MIT"