Skip to content

Commit

Permalink
Update to 0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Petre Eftime <epetre@amazon.com>
  • Loading branch information
Petre Eftime authored and petreeftime committed Apr 18, 2022
1 parent c7fdba0 commit cfcf7a2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.2.1

Fixes:
* build container on other distros than Amazon Linux 2
* build container permissions
* nsm-lib header generation

Updates:
* default build container rust version to 1.58.1
* cbindgen to 0.21

# 0.2.0

* Added top level crate
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws-nitro-enclaves-nsm-api"
version = "0.2.0"
version = "0.2.1"
authors = ["The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@amazon.com>"]
edition = "2018"
license = "Apache-2.0"
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.2.0"
version = "0.2.1"
authors = ["The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@amazon.com>"]
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.2.0"
version = "0.2.1"
authors = ["The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@amazon.com>"]
edition = "2018"

Expand Down

0 comments on commit cfcf7a2

Please sign in to comment.