From 4b851f3006c6fa98f23dcffb2cba03b39de9b8af Mon Sep 17 00:00:00 2001 From: Erdem Meydanli Date: Wed, 26 Jul 2023 09:34:51 +0000 Subject: [PATCH] Release v0.4.0. Signed-off-by: Erdem Meydanli --- CHANGELOG.md | 5 +++++ Cargo.toml | 4 ++-- nsm-lib/Cargo.toml | 2 +- nsm-test/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a1579..c3f7a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.4.0 + +Changes: +* Update minimum supported rust version to 1.63.0. + # 0.3.0 Changes: diff --git a/Cargo.toml b/Cargo.toml index 14c2617..1e7f581 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "aws-nitro-enclaves-nsm-api" -version = "0.3.0" +version = "0.4.0" authors = ["The AWS Nitro Enclaves Team "] edition = "2018" -rust-version = "1.60" +rust-version = "1.63" license = "Apache-2.0" description = "This library provides the API for the Nitro Secure Module used in AWS Nitro Enclaves." keywords = ["Nitro", "Enclaves", "AWS"] diff --git a/nsm-lib/Cargo.toml b/nsm-lib/Cargo.toml index 9d0d899..64b5770 100644 --- a/nsm-lib/Cargo.toml +++ b/nsm-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nsm-lib" -version = "0.3.0" +version = "0.4.0" authors = ["The AWS Nitro Enclaves Team "] edition = "2018" license = "Apache-2.0" diff --git a/nsm-test/Cargo.toml b/nsm-test/Cargo.toml index d9d3aa7..f446774 100644 --- a/nsm-test/Cargo.toml +++ b/nsm-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nsm-test" -version = "0.3.0" +version = "0.4.0" authors = ["The AWS Nitro Enclaves Team "] edition = "2018"