Skip to content

Commit

Permalink
update to v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Petre Eftime <[email protected]>
  • Loading branch information
Petre Eftime authored and petreeftime committed Apr 28, 2023
1 parent b631055 commit f942266
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.3.0

Changes:
* Introduce default enabled nix feature flag to allow for non nix usage (#41)
* Update minimum supported Rust version to v1.60

Fixes:
* minor clippy fixes
* update references to IETF documents
* Fix typos
* Update Dockerfile.build (#31)
* Fix and simplify Dockerfiles

Updates:
* update nix to 0.26 and fix deprecation warnings (#46)
* update signal-hook requirement from =0.1.8 to =0.3.15
* update cbindgen requirement from 0.21 to 0.24
* update vsock requirement from 0.2 to 0.3

# 0.2.1

Fixes:
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.1"
version = "0.3.0"
authors = ["The AWS Nitro Enclaves Team <[email protected]>"]
edition = "2018"
rust-version = "1.60"
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.1"
version = "0.3.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.2.1"
version = "0.3.0"
authors = ["The AWS Nitro Enclaves Team <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit f942266

Please sign in to comment.