Skip to content

Commit

Permalink
Release v0.4.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Erdem Meydanli <[email protected]>
  • Loading branch information
meerd committed Jul 26, 2023
1 parent 1eb6b16 commit 4b851f3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.4.0

Changes:
* Update minimum supported rust version to 1.63.0.

# 0.3.0

Changes:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"]
Expand Down
2 changes: 1 addition & 1 deletion nsm-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nsm-lib"
version = "0.3.0"
version = "0.4.0"
authors = ["The AWS Nitro Enclaves Team <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion nsm-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nsm-test"
version = "0.3.0"
version = "0.4.0"
authors = ["The AWS Nitro Enclaves Team <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 4b851f3

Please sign in to comment.