You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by hs...@apache.org on 2023/06/15 06:08:43 UTC

[incubator-teaclave-website] 01/07: Release teaclave 0.5.0

This is an automated email from the ASF dual-hosted git repository.

hsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git

commit 09ed7d594b0d320c2b1551679cdc14eb77e1fcf0
Author: sunhe05 <su...@baidu.com>
AuthorDate: Mon Apr 3 06:20:37 2023 +0000

    Release teaclave 0.5.0
---
 site/.vuepress/config.js | 2 +-
 site/Makefile            | 2 +-
 site/download.md         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index 4114762d0..76ef8b06d 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -150,7 +150,7 @@ module.exports = {
                       '/teaclave/services/',
                       '/teaclave/tests/',
                       '/teaclave/third_party/',
-                      '/teaclave/tool/',
+                      '/teaclave/tools/',
                       '/teaclave/types/',
                       '/teaclave/worker/',
                   ],
diff --git a/site/Makefile b/site/Makefile
index 80ddca913..635821601 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -27,7 +27,7 @@ client-sdk-python-docs: teaclave-docs
 
 client-sdk-rust-docs: teaclave-docs
 	(cd teaclave && git submodule update --init third_party/rust-sgx-sdk)
-	rustup default nightly-2020-10-25
+	rustup default nightly-2022-10-22
 	cargo doc --no-deps --manifest-path teaclave/sdk/rust/Cargo.toml
 	cp -r teaclave/sdk/rust/target/doc .vuepress/dist/api-docs/client-sdk-rust
 	@rm -rf teaclave/third_party/rust-sgx-sdk
diff --git a/site/download.md b/site/download.md
index 4fd545f4f..c0e0b0396 100644
--- a/site/download.md
+++ b/site/download.md
@@ -15,7 +15,7 @@ by following these
 
 | Version | Date | Source Code               | PGP/SHA | Link |
 |:-------:|:------------:|:-------------------------:|:-------:|:-------------:|
-| 0.4.0   | 2022-04-18   | [apache-teaclave-0.4.0-incubating.tar.gz](https://www.apache.org/dyn/closer.lua/incubator/teaclave/0.4.0/apache-teaclave-0.4.0-incubating.tar.gz)| [asc](https://downloads.apache.org/incubator/teaclave/0.4.0/apache-teaclave-0.4.0-incubating.tar.gz.asc), [sha512](https://downloads.apache.org/incubator/teaclave/0.4.0/apache-teaclave-0.4.0-incubating.tar.gz.sha512) | [notes](https://github.com/apache/incubator-teaclave/releases/tag/v0.4.0) |
+| 0.5.0   | 2023-04-03   | [apache-teaclave-0.5.0-incubating.tar.gz](https://dlcdn.apache.org/incubator/teaclave/0.5.0/apache-teaclave-0.5.0-incubating.tar.gz)| [asc](https://dlcdn.apache.org/incubator/teaclave/0.5.0/apache-teaclave-0.5.0-incubating.tar.gz.asc), [sha512](https://dlcdn.apache.org/incubator/teaclave/0.5.0/apache-teaclave-0.5.0-incubating.tar.gz.sha512) | [notes](https://github.com/apache/incubator-teaclave/releases/tag/v0.5.0) |
 
 ### Teaclave SGX SDK
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org