This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0109690 feat: release APISIX Python Plugin Runner 0.2.0 (#940)
0109690 is described below
commit 0109690ea3c21157a8790b1aaf841406c01a1218
Author: 帅进超 <[email protected]>
AuthorDate: Sun Mar 6 14:40:05 2022 +0800
feat: release APISIX Python Plugin Runner 0.2.0 (#940)
---
website/config/docs.js | 4 ++--
website/config/downloads.js | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/website/config/docs.js b/website/config/docs.js
index e799313..898f615 100644
--- a/website/config/docs.js
+++ b/website/config/docs.js
@@ -84,8 +84,8 @@ module.exports = [
shape: "shield",
color: "#1296DB",
githubRepo: "apache/apisix-python-plugin-runner",
- version: "0.1.0",
- releaseDate: "2021-09-03",
+ version: "0.2.0",
+ releaseDate: "2022-03-04",
firstDocPath: "/getting-started",
}
]
diff --git a/website/config/downloads.js b/website/config/downloads.js
index c1843ec..329b7c5 100644
--- a/website/config/downloads.js
+++ b/website/config/downloads.js
@@ -78,9 +78,9 @@ module.exports = [
color: "#1296DB",
githubRepo: "apache/apisix-python-plugin-runner",
githubBranch: "master",
- downloadPath:
"apisix/python-plugin-runner/0.1.0/apisix-python-plugin-runner-0.1.0-src",
- version: "0.1.0",
- releaseDate: "2021-09-06",
+ downloadPath:
"apisix/python-plugin-runner/0.2.0/apisix-python-plugin-runner-0.2.0-src",
+ version: "0.2.0",
+ releaseDate: "2022-03-04",
firstDocPath: "/getting-started",
}
]