This is an automated email from the ASF dual-hosted git repository.
ya0guang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
The following commit(s) were added to refs/heads/master by this push:
new 5bafd4f7 Version bump to 0.4.0 (#644)
5bafd4f7 is described below
commit 5bafd4f7327ac5c5105e6bed2edcb2816766cc85
Author: Mingshen Sun <[email protected]>
AuthorDate: Mon Apr 18 11:37:16 2022 -0700
Version bump to 0.4.0 (#644)
---
attestation/Cargo.toml | 2 +-
binder/Cargo.toml | 2 +-
binder/attribute/Cargo.toml | 2 +-
cli/Cargo.toml | 2 +-
common/protected_fs_rs/Cargo.lock | 2 +-
common/protected_fs_rs/Cargo.toml | 2 +-
config/Cargo.toml | 2 +-
config/config_gen/Cargo.lock | 2 +-
config/config_gen/Cargo.toml | 2 +-
crypto/Cargo.toml | 2 +-
dcap/Cargo.toml | 2 +-
examples/python/wasm_rust_psi_payload/Cargo.lock | 2 +-
examples/python/wasm_tvm_mnist_payload/Cargo.lock | 2 +-
examples/rust/builtin_echo/Cargo.lock | 20 ++++++++++----------
examples/rust/builtin_echo/Cargo.toml | 2 +-
.../rust/builtin_ordered_set_intersect/Cargo.lock | 20 ++++++++++----------
.../rust/builtin_ordered_set_intersect/Cargo.toml | 2 +-
executor/Cargo.toml | 2 +-
executor/context/Cargo.toml | 2 +-
file_agent/Cargo.lock | 10 +++++-----
file_agent/Cargo.toml | 2 +-
function/Cargo.toml | 2 +-
rpc/Cargo.toml | 2 +-
rpc/proc_macro/Cargo.toml | 2 +-
runtime/Cargo.toml | 2 +-
sdk/payload/wasm/teaclave_context/Cargo.toml | 2 +-
sdk/rust/Cargo.lock | 18 +++++++++---------
sdk/rust/Cargo.toml | 2 +-
.../TeaclaveClientSDK/TeaclaveClientSDK.podspec | 4 ++--
.../TeaclaveClientSDK.xcodeproj/project.pbxproj | 4 ++--
services/access_control/app/Cargo.toml | 2 +-
services/access_control/enclave/Cargo.toml | 2 +-
services/authentication/app/Cargo.toml | 2 +-
services/authentication/enclave/Cargo.toml | 2 +-
services/execution/app/Cargo.toml | 2 +-
services/execution/enclave/Cargo.toml | 2 +-
services/frontend/app/Cargo.toml | 2 +-
services/frontend/enclave/Cargo.toml | 2 +-
services/management/app/Cargo.toml | 2 +-
services/management/enclave/Cargo.toml | 2 +-
services/proto/Cargo.toml | 2 +-
services/proto/proto_gen/Cargo.lock | 2 +-
services/proto/proto_gen/Cargo.toml | 2 +-
services/scheduler/app/Cargo.toml | 2 +-
services/scheduler/enclave/Cargo.toml | 2 +-
services/storage/app/Cargo.toml | 2 +-
services/storage/enclave/Cargo.toml | 2 +-
services/utils/service_app_utils/Cargo.toml | 2 +-
services/utils/service_enclave_utils/Cargo.toml | 2 +-
.../service_enclave_utils/proc_macro/Cargo.toml | 2 +-
tests/functional/app/Cargo.toml | 2 +-
tests/functional/enclave/Cargo.toml | 2 +-
tests/integration/app/Cargo.toml | 2 +-
tests/integration/enclave/Cargo.toml | 2 +-
tests/unit/app/Cargo.toml | 2 +-
tests/unit/enclave/Cargo.toml | 2 +-
tests/utils/Cargo.toml | 2 +-
tool/app/Cargo.toml | 2 +-
tool/enclave/Cargo.toml | 2 +-
types/Cargo.toml | 2 +-
worker/Cargo.toml | 2 +-
61 files changed, 93 insertions(+), 93 deletions(-)
diff --git a/attestation/Cargo.toml b/attestation/Cargo.toml
index 1bae61c7..35bc1047 100644
--- a/attestation/Cargo.toml
+++ b/attestation/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_attestation"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Provides TLS-based remote attestation mechanism in Teaclave."
license = "Apache-2.0"
diff --git a/binder/Cargo.toml b/binder/Cargo.toml
index 9b03c23b..a427e2f8 100644
--- a/binder/Cargo.toml
+++ b/binder/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_binder"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Abstract communication interfaces between TEE untrusted/trusted
worlds."
license = "Apache-2.0"
diff --git a/binder/attribute/Cargo.toml b/binder/attribute/Cargo.toml
index 538af150..a4162dee 100644
--- a/binder/attribute/Cargo.toml
+++ b/binder/attribute/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_binder_attribute"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Macros for binder"
license = "Apache-2.0"
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index aa0bcf6e..ff362162 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_cli"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave command line tool"
license = "Apache-2.0"
diff --git a/common/protected_fs_rs/Cargo.lock
b/common/protected_fs_rs/Cargo.lock
index b0601a3d..84dab3fa 100644
--- a/common/protected_fs_rs/Cargo.lock
+++ b/common/protected_fs_rs/Cargo.lock
@@ -25,7 +25,7 @@ checksum =
"12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
[[package]]
name = "protected_fs_rs"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"cfg-if",
"libc",
diff --git a/common/protected_fs_rs/Cargo.toml
b/common/protected_fs_rs/Cargo.toml
index ab877b83..8370ae43 100644
--- a/common/protected_fs_rs/Cargo.toml
+++ b/common/protected_fs_rs/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "protected_fs_rs"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Ported sgx_protected_fs (Intel SGX SDK) running out side sgx
with Rust bindings."
license-file = "Apache-2.0"
diff --git a/config/Cargo.toml b/config/Cargo.toml
index 6b7693a1..b4b29dc0 100644
--- a/config/Cargo.toml
+++ b/config/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_config"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Build and runtime configurations."
license = "Apache-2.0"
diff --git a/config/config_gen/Cargo.lock b/config/config_gen/Cargo.lock
index 0e22458b..23b17a0b 100644
--- a/config/config_gen/Cargo.lock
+++ b/config/config_gen/Cargo.lock
@@ -329,7 +329,7 @@ dependencies = [
[[package]]
name = "teaclave_config_gen"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"askama",
"pem",
diff --git a/config/config_gen/Cargo.toml b/config/config_gen/Cargo.toml
index 58358655..31e203c5 100644
--- a/config/config_gen/Cargo.toml
+++ b/config/config_gen/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_config_gen"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Generating build config."
license = "Apache-2.0"
diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml
index dd507f9a..f1f12249 100644
--- a/crypto/Cargo.toml
+++ b/crypto/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_crypto"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave crypto"
license = "Apache-2.0"
diff --git a/dcap/Cargo.toml b/dcap/Cargo.toml
index 4affa2ea..8b3012c0 100644
--- a/dcap/Cargo.toml
+++ b/dcap/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_dcap_ref_as"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave DCAP Attestation Service (Reference Implementation)"
license = "Apache-2.0"
diff --git a/examples/python/wasm_rust_psi_payload/Cargo.lock
b/examples/python/wasm_rust_psi_payload/Cargo.lock
index d3676512..2819d2d3 100644
--- a/examples/python/wasm_rust_psi_payload/Cargo.lock
+++ b/examples/python/wasm_rust_psi_payload/Cargo.lock
@@ -2,7 +2,7 @@
# It is not intended for manual editing.
[[package]]
name = "teaclave_context"
-version = "0.2.0"
+version = "0.4.0"
[[package]]
name = "wasm_rust_psi_payload"
diff --git a/examples/python/wasm_tvm_mnist_payload/Cargo.lock
b/examples/python/wasm_tvm_mnist_payload/Cargo.lock
index 5d2ad339..8af6ccb6 100644
--- a/examples/python/wasm_tvm_mnist_payload/Cargo.lock
+++ b/examples/python/wasm_tvm_mnist_payload/Cargo.lock
@@ -1632,7 +1632,7 @@ dependencies = [
[[package]]
name = "teaclave_context"
-version = "0.2.0"
+version = "0.4.0"
[[package]]
name = "tempfile"
diff --git a/examples/rust/builtin_echo/Cargo.lock
b/examples/rust/builtin_echo/Cargo.lock
index c3634a31..34be5b64 100644
--- a/examples/rust/builtin_echo/Cargo.lock
+++ b/examples/rust/builtin_echo/Cargo.lock
@@ -50,7 +50,7 @@ checksum =
"349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "builtin_echo"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"pem",
@@ -359,7 +359,7 @@ dependencies = [
[[package]]
name = "protected_fs_rs"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"cfg-if 0.1.10",
"libc",
@@ -553,7 +553,7 @@ dependencies = [
[[package]]
name = "teaclave_attestation"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"base64 0.13.0",
@@ -581,7 +581,7 @@ dependencies = [
[[package]]
name = "teaclave_client_sdk"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"libc",
@@ -597,7 +597,7 @@ dependencies = [
[[package]]
name = "teaclave_config"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"log",
@@ -608,7 +608,7 @@ dependencies = [
[[package]]
name = "teaclave_crypto"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"hex",
@@ -621,7 +621,7 @@ dependencies = [
[[package]]
name = "teaclave_proto"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"base64 0.13.0",
@@ -640,7 +640,7 @@ dependencies = [
[[package]]
name = "teaclave_rpc"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"cfg-if 0.1.10",
@@ -659,7 +659,7 @@ dependencies = [
[[package]]
name = "teaclave_rpc_proc_macro"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"proc-macro2",
"quote",
@@ -668,7 +668,7 @@ dependencies = [
[[package]]
name = "teaclave_types"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"hex",
diff --git a/examples/rust/builtin_echo/Cargo.toml
b/examples/rust/builtin_echo/Cargo.toml
index 95203f09..3f46b0e2 100644
--- a/examples/rust/builtin_echo/Cargo.toml
+++ b/examples/rust/builtin_echo/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "builtin_echo"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "builtin_echo function example using Teaclave client SDK."
license = "Apache-2.0"
diff --git a/examples/rust/builtin_ordered_set_intersect/Cargo.lock
b/examples/rust/builtin_ordered_set_intersect/Cargo.lock
index 4e3bf21c..972321b8 100644
--- a/examples/rust/builtin_ordered_set_intersect/Cargo.lock
+++ b/examples/rust/builtin_ordered_set_intersect/Cargo.lock
@@ -50,7 +50,7 @@ checksum =
"349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "builtin_ordered_set_intersect"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"pem",
@@ -359,7 +359,7 @@ dependencies = [
[[package]]
name = "protected_fs_rs"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"cfg-if 0.1.10",
"libc",
@@ -553,7 +553,7 @@ dependencies = [
[[package]]
name = "teaclave_attestation"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"base64 0.13.0",
@@ -581,7 +581,7 @@ dependencies = [
[[package]]
name = "teaclave_client_sdk"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"libc",
@@ -597,7 +597,7 @@ dependencies = [
[[package]]
name = "teaclave_config"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"log",
@@ -608,7 +608,7 @@ dependencies = [
[[package]]
name = "teaclave_crypto"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"hex",
@@ -621,7 +621,7 @@ dependencies = [
[[package]]
name = "teaclave_proto"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"base64 0.13.0",
@@ -640,7 +640,7 @@ dependencies = [
[[package]]
name = "teaclave_rpc"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"cfg-if 0.1.10",
@@ -659,7 +659,7 @@ dependencies = [
[[package]]
name = "teaclave_rpc_proc_macro"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"proc-macro2",
"quote",
@@ -668,7 +668,7 @@ dependencies = [
[[package]]
name = "teaclave_types"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"hex",
diff --git a/examples/rust/builtin_ordered_set_intersect/Cargo.toml
b/examples/rust/builtin_ordered_set_intersect/Cargo.toml
index b4ca1e70..f297aa72 100644
--- a/examples/rust/builtin_ordered_set_intersect/Cargo.toml
+++ b/examples/rust/builtin_ordered_set_intersect/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "builtin_ordered_set_intersect"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "builtin_ordered_set_intersect function example using Teaclave
client SDK."
license = "Apache-2.0"
diff --git a/executor/Cargo.toml b/executor/Cargo.toml
index 2a994827..6f3832b2 100644
--- a/executor/Cargo.toml
+++ b/executor/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_executor"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave executor"
license = "Apache-2.0"
diff --git a/executor/context/Cargo.toml b/executor/context/Cargo.toml
index 05760d13..662fa407 100644
--- a/executor/context/Cargo.toml
+++ b/executor/context/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_executor_context"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave executor"
license = "Apache-2.0"
diff --git a/file_agent/Cargo.lock b/file_agent/Cargo.lock
index fdfbc6c4..2d01445e 100644
--- a/file_agent/Cargo.lock
+++ b/file_agent/Cargo.lock
@@ -715,7 +715,7 @@ dependencies = [
[[package]]
name = "protected_fs_rs"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"cfg-if 0.1.10",
"libc",
@@ -1026,7 +1026,7 @@ dependencies = [
[[package]]
name = "teaclave_crypto"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"hex",
@@ -1039,7 +1039,7 @@ dependencies = [
[[package]]
name = "teaclave_file_agent"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"base64",
@@ -1061,7 +1061,7 @@ dependencies = [
[[package]]
name = "teaclave_test_utils"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"inventory",
"teaclave_test_utils_proc_macro",
@@ -1078,7 +1078,7 @@ dependencies = [
[[package]]
name = "teaclave_types"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"hex",
diff --git a/file_agent/Cargo.toml b/file_agent/Cargo.toml
index 61c1580c..68786696 100644
--- a/file_agent/Cargo.toml
+++ b/file_agent/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_file_agent"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave file agent for worker"
license = "Apache-2.0"
diff --git a/function/Cargo.toml b/function/Cargo.toml
index 8079eb1d..2c94ca48 100644
--- a/function/Cargo.toml
+++ b/function/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_function"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave built-in functions."
license = "Apache-2.0"
diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml
index 061a7e37..f35f2fd9 100644
--- a/rpc/Cargo.toml
+++ b/rpc/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_rpc"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave RPC"
license = "Apache-2.0"
diff --git a/rpc/proc_macro/Cargo.toml b/rpc/proc_macro/Cargo.toml
index 55764d79..08bf7344 100644
--- a/rpc/proc_macro/Cargo.toml
+++ b/rpc/proc_macro/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_rpc_proc_macro"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
license = "Apache-2.0"
edition = "2018"
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 4b38e62a..30a18145 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_runtime"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave runtime"
license = "Apache-2.0"
diff --git a/sdk/payload/wasm/teaclave_context/Cargo.toml
b/sdk/payload/wasm/teaclave_context/Cargo.toml
index 3b436591..454e7543 100644
--- a/sdk/payload/wasm/teaclave_context/Cargo.toml
+++ b/sdk/payload/wasm/teaclave_context/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_context"
-version = "0.2.0"
+version = "0.4.0"
edition = "2018"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave Contex File interfaces for WASM payloads"
diff --git a/sdk/rust/Cargo.lock b/sdk/rust/Cargo.lock
index 32b011ba..6078717a 100644
--- a/sdk/rust/Cargo.lock
+++ b/sdk/rust/Cargo.lock
@@ -350,7 +350,7 @@ dependencies = [
[[package]]
name = "protected_fs_rs"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"cfg-if 0.1.10",
"libc",
@@ -544,7 +544,7 @@ dependencies = [
[[package]]
name = "teaclave_attestation"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"base64 0.13.0",
@@ -572,7 +572,7 @@ dependencies = [
[[package]]
name = "teaclave_client_sdk"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"libc",
@@ -588,7 +588,7 @@ dependencies = [
[[package]]
name = "teaclave_config"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"log",
@@ -599,7 +599,7 @@ dependencies = [
[[package]]
name = "teaclave_crypto"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"hex",
@@ -612,7 +612,7 @@ dependencies = [
[[package]]
name = "teaclave_proto"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"base64 0.13.0",
@@ -631,7 +631,7 @@ dependencies = [
[[package]]
name = "teaclave_rpc"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"cfg-if 0.1.10",
@@ -650,7 +650,7 @@ dependencies = [
[[package]]
name = "teaclave_rpc_proc_macro"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"proc-macro2",
"quote",
@@ -659,7 +659,7 @@ dependencies = [
[[package]]
name = "teaclave_types"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"hex",
diff --git a/sdk/rust/Cargo.toml b/sdk/rust/Cargo.toml
index 92799a6c..1f97f899 100644
--- a/sdk/rust/Cargo.toml
+++ b/sdk/rust/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_client_sdk"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave Rust Client SDK"
license = "Apache-2.0"
diff --git a/sdk/swift/TeaclaveClientSDK/TeaclaveClientSDK.podspec
b/sdk/swift/TeaclaveClientSDK/TeaclaveClientSDK.podspec
index b4f7740e..e6c51947 100644
--- a/sdk/swift/TeaclaveClientSDK/TeaclaveClientSDK.podspec
+++ b/sdk/swift/TeaclaveClientSDK/TeaclaveClientSDK.podspec
@@ -17,13 +17,13 @@
Pod::Spec.new do |s|
s.name = "TeaclaveClientSDK"
- s.version = "0.2.0"
+ s.version = "0.4.0"
s.summary = "Teaclave Client SDK."
s.homepage = "https://teaclave.apache.org"
s.license = "Apache-2.0"
s.author = { "Teaclave Contributors" => "[email protected]" }
s.ios.deployment_target = '13.0'
- s.source = { :git => "https://github.com/apache/incubator-teaclave.git",
:tag => "v0.2.0" }
+ s.source = { :git => "https://github.com/apache/incubator-teaclave.git",
:tag => "v0.4.0" }
s.source_files = "TeaclaveClietnSDK", "TeaclaveClientSDK/**/*.{h,swift}",
"External"
s.module_map = 'TeaclaveClientSDK/TeaclaveClientSDK.modulemap'
s.vendored_libraries= 'External/libteaclave_client_sdk.a'
diff --git
a/sdk/swift/TeaclaveClientSDK/TeaclaveClientSDK.xcodeproj/project.pbxproj
b/sdk/swift/TeaclaveClientSDK/TeaclaveClientSDK.xcodeproj/project.pbxproj
index cedafe45..b61144cd 100644
--- a/sdk/swift/TeaclaveClientSDK/TeaclaveClientSDK.xcodeproj/project.pbxproj
+++ b/sdk/swift/TeaclaveClientSDK/TeaclaveClientSDK.xcodeproj/project.pbxproj
@@ -394,7 +394,7 @@
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/../../rust/target/universal/debug",
);
- MARKETING_VERSION = 0.2.0;
+ MARKETING_VERSION = 0.4.0;
MODULEMAP_FILE =
"$(SRCROOT)/TeaclaveClientSDK/TeaclaveClientSDK.modulemap";
PRODUCT_BUNDLE_IDENTIFIER =
org.apache.teaclave.TeaclaveClientSDK;
PRODUCT_NAME =
"$(TARGET_NAME:c99extidentifier)";
@@ -433,7 +433,7 @@
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/../../rust/target/universal/debug",
);
- MARKETING_VERSION = 0.2.0;
+ MARKETING_VERSION = 0.4.0;
MODULEMAP_FILE =
"$(SRCROOT)/TeaclaveClientSDK/TeaclaveClientSDK.modulemap";
PRODUCT_BUNDLE_IDENTIFIER =
org.apache.teaclave.TeaclaveClientSDK;
PRODUCT_NAME =
"$(TARGET_NAME:c99extidentifier)";
diff --git a/services/access_control/app/Cargo.toml
b/services/access_control/app/Cargo.toml
index 9d441183..63c4c7e2 100644
--- a/services/access_control/app/Cargo.toml
+++ b/services/access_control/app/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_access_control_service"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave Access Control Service"
license = "Apache-2.0"
diff --git a/services/access_control/enclave/Cargo.toml
b/services/access_control/enclave/Cargo.toml
index 99dc8e8f..fc8d5dd0 100644
--- a/services/access_control/enclave/Cargo.toml
+++ b/services/access_control/enclave/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_access_control_service_enclave"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave Access Control Service enclave"
license = "Apache-2.0"
diff --git a/services/authentication/app/Cargo.toml
b/services/authentication/app/Cargo.toml
index 9a41ab0b..01f42d27 100644
--- a/services/authentication/app/Cargo.toml
+++ b/services/authentication/app/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_authentication_service"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave Authentication Service"
license = "Apache-2.0"
diff --git a/services/authentication/enclave/Cargo.toml
b/services/authentication/enclave/Cargo.toml
index d744c8a3..5708e4ea 100644
--- a/services/authentication/enclave/Cargo.toml
+++ b/services/authentication/enclave/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_authentication_service_enclave"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave Authentication Service enclave"
license = "Apache-2.0"
diff --git a/services/execution/app/Cargo.toml
b/services/execution/app/Cargo.toml
index 22e001d1..360d6dcf 100644
--- a/services/execution/app/Cargo.toml
+++ b/services/execution/app/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_execution_service"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave worker."
license = "Apache-2.0"
diff --git a/services/execution/enclave/Cargo.toml
b/services/execution/enclave/Cargo.toml
index 2d30b7b6..b763666b 100644
--- a/services/execution/enclave/Cargo.toml
+++ b/services/execution/enclave/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_execution_service_enclave"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave Execution Service"
license = "Apache-2.0"
diff --git a/services/frontend/app/Cargo.toml b/services/frontend/app/Cargo.toml
index 517bca0b..3b84e6bf 100644
--- a/services/frontend/app/Cargo.toml
+++ b/services/frontend/app/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_frontend_service"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave Frontend Service"
license = "Apache-2.0"
diff --git a/services/frontend/enclave/Cargo.toml
b/services/frontend/enclave/Cargo.toml
index c9b6bc00..116852a7 100644
--- a/services/frontend/enclave/Cargo.toml
+++ b/services/frontend/enclave/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_frontend_service_enclave"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave Frontend Service enclave"
license = "Apache-2.0"
diff --git a/services/management/app/Cargo.toml
b/services/management/app/Cargo.toml
index 15524cce..6484f792 100644
--- a/services/management/app/Cargo.toml
+++ b/services/management/app/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_management_service"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave Management Service"
license = "Apache-2.0"
diff --git a/services/management/enclave/Cargo.toml
b/services/management/enclave/Cargo.toml
index 70ced15a..a4bb4eab 100644
--- a/services/management/enclave/Cargo.toml
+++ b/services/management/enclave/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_management_service_enclave"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave Management Service enclave"
license = "Apache-2.0"
diff --git a/services/proto/Cargo.toml b/services/proto/Cargo.toml
index ed2dcd7e..525f0f19 100644
--- a/services/proto/Cargo.toml
+++ b/services/proto/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_proto"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "RPC protocol of Teaclave services."
license = "Apache-2.0"
diff --git a/services/proto/proto_gen/Cargo.lock
b/services/proto/proto_gen/Cargo.lock
index c84bfe1e..42835a95 100644
--- a/services/proto/proto_gen/Cargo.lock
+++ b/services/proto/proto_gen/Cargo.lock
@@ -489,7 +489,7 @@ dependencies = [
[[package]]
name = "teaclave_proto_gen"
-version = "0.2.0"
+version = "0.4.0"
dependencies = [
"askama",
"prost",
diff --git a/services/proto/proto_gen/Cargo.toml
b/services/proto/proto_gen/Cargo.toml
index 07722157..026ae8ee 100644
--- a/services/proto/proto_gen/Cargo.toml
+++ b/services/proto/proto_gen/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_proto_gen"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Generating Rust protocols from protobuf."
license = "Apache-2.0"
diff --git a/services/scheduler/app/Cargo.toml
b/services/scheduler/app/Cargo.toml
index a12d9b51..556aa257 100644
--- a/services/scheduler/app/Cargo.toml
+++ b/services/scheduler/app/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_scheduler_service"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave worker."
license = "Apache-2.0"
diff --git a/services/scheduler/enclave/Cargo.toml
b/services/scheduler/enclave/Cargo.toml
index f9ebce84..e991a27a 100644
--- a/services/scheduler/enclave/Cargo.toml
+++ b/services/scheduler/enclave/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_scheduler_service_enclave"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave Scheduler Service"
license = "Apache-2.0"
diff --git a/services/storage/app/Cargo.toml b/services/storage/app/Cargo.toml
index 1cde92c2..385a8f86 100644
--- a/services/storage/app/Cargo.toml
+++ b/services/storage/app/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_storage_service"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave Storage Service"
license = "Apache-2.0"
diff --git a/services/storage/enclave/Cargo.toml
b/services/storage/enclave/Cargo.toml
index 10cd5d5e..98c6c9d9 100644
--- a/services/storage/enclave/Cargo.toml
+++ b/services/storage/enclave/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_storage_service_enclave"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave Storage Service enclave"
license = "Apache-2.0"
diff --git a/services/utils/service_app_utils/Cargo.toml
b/services/utils/service_app_utils/Cargo.toml
index dcd422ec..4f16c8e5 100644
--- a/services/utils/service_app_utils/Cargo.toml
+++ b/services/utils/service_app_utils/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_service_app_utils"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave service app utils"
license = "Apache-2.0"
diff --git a/services/utils/service_enclave_utils/Cargo.toml
b/services/utils/service_enclave_utils/Cargo.toml
index 26b9ca55..4a3bb779 100644
--- a/services/utils/service_enclave_utils/Cargo.toml
+++ b/services/utils/service_enclave_utils/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_service_enclave_utils"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave enclave utils"
license = "Apache-2.0"
diff --git a/services/utils/service_enclave_utils/proc_macro/Cargo.toml
b/services/utils/service_enclave_utils/proc_macro/Cargo.toml
index 57d4a516..9624fa9a 100644
--- a/services/utils/service_enclave_utils/proc_macro/Cargo.toml
+++ b/services/utils/service_enclave_utils/proc_macro/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_service_enclave_utils_proc_macro"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Procedure macro for service enclave utilities"
license = "Apache-2.0"
diff --git a/tests/functional/app/Cargo.toml b/tests/functional/app/Cargo.toml
index 51cd3dff..5184716e 100644
--- a/tests/functional/app/Cargo.toml
+++ b/tests/functional/app/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_functional_tests"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Enclave test driver"
license = "Apache-2.0"
diff --git a/tests/functional/enclave/Cargo.toml
b/tests/functional/enclave/Cargo.toml
index eb23e32d..e45af59f 100644
--- a/tests/functional/enclave/Cargo.toml
+++ b/tests/functional/enclave/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_functional_tests_enclave"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Service Functional Test"
license = "Apache-2.0"
diff --git a/tests/integration/app/Cargo.toml b/tests/integration/app/Cargo.toml
index 8999c51a..b7f858d1 100644
--- a/tests/integration/app/Cargo.toml
+++ b/tests/integration/app/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_integration_tests"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Integration tests"
license = "Apache-2.0"
diff --git a/tests/integration/enclave/Cargo.toml
b/tests/integration/enclave/Cargo.toml
index 44445987..8218e510 100644
--- a/tests/integration/enclave/Cargo.toml
+++ b/tests/integration/enclave/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_integration_tests_enclave"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Integration Test"
license = "Apache-2.0"
diff --git a/tests/unit/app/Cargo.toml b/tests/unit/app/Cargo.toml
index d18e0c82..836295e4 100644
--- a/tests/unit/app/Cargo.toml
+++ b/tests/unit/app/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_unit_tests"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Enclave test driver"
license = "Apache-2.0"
diff --git a/tests/unit/enclave/Cargo.toml b/tests/unit/enclave/Cargo.toml
index 80f971da..57c750a0 100644
--- a/tests/unit/enclave/Cargo.toml
+++ b/tests/unit/enclave/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_unit_tests_enclave"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Enclave Unit Test"
license = "Apache-2.0"
diff --git a/tests/utils/Cargo.toml b/tests/utils/Cargo.toml
index 9995c31c..f9d25c7d 100644
--- a/tests/utils/Cargo.toml
+++ b/tests/utils/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_test_utils"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave test utility"
license = "Apache-2.0"
diff --git a/tool/app/Cargo.toml b/tool/app/Cargo.toml
index 70f9f66b..83cad53a 100644
--- a/tool/app/Cargo.toml
+++ b/tool/app/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_sgx_tool"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave SGX Tool"
license = "Apache-2.0"
diff --git a/tool/enclave/Cargo.toml b/tool/enclave/Cargo.toml
index 37920b63..b04ef7d2 100644
--- a/tool/enclave/Cargo.toml
+++ b/tool/enclave/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_sgx_tool_enclave"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave SGX Tool"
license = "Apache-2.0"
diff --git a/types/Cargo.toml b/types/Cargo.toml
index b54e1d7e..293cc29d 100644
--- a/types/Cargo.toml
+++ b/types/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_types"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave types"
license = "Apache-2.0"
diff --git a/worker/Cargo.toml b/worker/Cargo.toml
index de888070..edae189d 100644
--- a/worker/Cargo.toml
+++ b/worker/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "teaclave_worker"
-version = "0.2.0"
+version = "0.4.0"
authors = ["Teaclave Contributors <[email protected]>"]
description = "Teaclave worker"
license = "Apache-2.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]