Skip to content

Commit c995dbb

Browse files
committed
Bump version to 0.4.0
Since there have been code changes in OP-TEE crates, examples, and projects since the previous release, we are bumping all versions to 0.4.0. Signed-off-by: Yuan Zhuang <yuanz@apache.org> Reviewed-by: Zehui Chen <ivila@apache.org>
1 parent 3fcbb3e commit c995dbb

File tree

73 files changed

+77
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+77
-77
lines changed

examples/acipher-rs/host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "acipher-rs"
20-
version = "0.2.0"
20+
version = "0.4.0"
2121
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
2222
license = "Apache-2.0"
2323
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"

examples/acipher-rs/proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "proto"
20-
version = "0.2.0"
20+
version = "0.4.0"
2121
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
2222
license = "Apache-2.0"
2323
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"

examples/acipher-rs/ta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "ta"
20-
version = "0.2.0"
20+
version = "0.4.0"
2121
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
2222
license = "Apache-2.0"
2323
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"

examples/aes-rs/host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "aes-rs"
20-
version = "0.2.0"
20+
version = "0.4.0"
2121
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
2222
license = "Apache-2.0"
2323
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"

examples/aes-rs/proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "proto"
20-
version = "0.2.0"
20+
version = "0.4.0"
2121
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
2222
license = "Apache-2.0"
2323
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"

examples/aes-rs/ta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "ta"
20-
version = "0.2.0"
20+
version = "0.4.0"
2121
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
2222
license = "Apache-2.0"
2323
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"

examples/authentication-rs/host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "authentication-rs"
20-
version = "0.2.0"
20+
version = "0.4.0"
2121
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
2222
license = "Apache-2.0"
2323
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"

examples/authentication-rs/proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "proto"
20-
version = "0.2.0"
20+
version = "0.4.0"
2121
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
2222
license = "Apache-2.0"
2323
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"

examples/authentication-rs/ta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "ta"
20-
version = "0.2.0"
20+
version = "0.4.0"
2121
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
2222
license = "Apache-2.0"
2323
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"

examples/big_int-rs/host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "big_int-rs"
20-
version = "0.2.0"
20+
version = "0.4.0"
2121
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
2222
license = "Apache-2.0"
2323
repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git"

0 commit comments

Comments
 (0)