This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-rust.git
The following commit(s) were added to refs/heads/master by this push:
new 89a6381 prep for 1.2.0 release (#32)
89a6381 is described below
commit 89a6381f22da364dba8a26d6bc983e4e01310759
Author: David Grove <[email protected]>
AuthorDate: Wed Mar 31 14:55:35 2021 -0400
prep for 1.2.0 release (#32)
---
NOTICE.txt | 2 +-
core/rust1.34/CHANGELOG.md | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/NOTICE.txt b/NOTICE.txt
index c60326f..9edb513 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
Apache OpenWhisk Runtime Rust
-Copyright 2016-2020 The Apache Software Foundation
+Copyright 2016-2021 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/core/rust1.34/CHANGELOG.md b/core/rust1.34/CHANGELOG.md
index d0c8e7e..84eefb4 100644
--- a/core/rust1.34/CHANGELOG.md
+++ b/core/rust1.34/CHANGELOG.md
@@ -19,6 +19,9 @@
# Rust OpenWhisk Runtime Container
+## 1.2.0
+ - Build proxy from openwhisk-runtime-go 1.17.0 release
+
## 1.1.0
- Move from golang:1.12 to golang:1.15 to build the runtime proxy.
- Build proxy from openwhisk-runtime-go 1.16.0 release