You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ms...@apache.org on 2019/10/03 14:38:06 UTC

[openwhisk-runtime-go] branch master updated: reorder CHANGES.md to put most recent release at top (#107)

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

msciabarra pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 11913df  reorder CHANGES.md to put most recent release at top (#107)
11913df is described below

commit 11913dff13b650b933b4697e7169b408cff26575
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Oct 3 10:38:01 2019 -0400

    reorder CHANGES.md to put most recent release at top (#107)
    
    * reorder CHANGES.md to put most recent release at top
    
    * synchronize internal version number with external release number
---
 CHANGES.md           | 18 +++++++++---------
 README.md            |  4 ++--
 openwhisk/version.go |  2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 66fc0c9..1167bd4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -16,11 +16,10 @@
 # limitations under the License.
 #
 -->
-# ActionLoop v1.0.1
-- embedded file type detection
-- now showing the commend
-- librdkafka in golang image
-- showing version numbuer with -debug
+# 1.14.0
+- Removed the -incubation
+- Now all runtimes use source release so no more actionloop-v2, renamed to actionloop-base
+- upgraded to go 1.12.9 and 1.11.13
 
 # Actionloop v2
 Versioning
@@ -36,7 +35,8 @@ ActionLoop for Scripting Languages
 - You can initalize multiple times when debugging
 - Removed gogradle plugin, now building directly with go
 
-# Deincubation
-- Removed the -incubation
-- Now all runtimes use source release so no more actionloop-v2, renamed to actionloop-base
-- upgraded to go 1.12.9 and 1.11.13
+# ActionLoop v1.0.1
+- embedded file type detection
+- now showing the commend
+- librdkafka in golang image
+- showing version numbuer with -debug
diff --git a/README.md b/README.md
index ada9041..960d0a2 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
 [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
 [![Join Slack](https://img.shields.io/badge/join-slack-9B69A0.svg)](http://slack.openwhisk.org/)
 
-This repository containst both the OpenWhisk runtime for Golang Actions, as well as a runtime for Generic executables.
+This repository contains both the OpenWhisk runtime for Golang Actions, as well as a runtime for Generic executables.
 
 - If you are in a hurry, check the [examples](examples/EXAMPLES.md)
 - Writing Actions for the runtime in [Golang](docs/ACTION.md#golang)
@@ -41,7 +41,7 @@ This repository containst both the OpenWhisk runtime for Golang Actions, as well
 
 # Change Log
 
-[CHANGES.md](Here.)
+[CHANGES.md](CHANGES.md)
 
 # License
 [Apache 2.0](LICENSE.txt)
diff --git a/openwhisk/version.go b/openwhisk/version.go
index 7b9a646..2bc050c 100644
--- a/openwhisk/version.go
+++ b/openwhisk/version.go
@@ -17,4 +17,4 @@
 package openwhisk
 
 // Version number - internal
-var Version = "2.1"
+var Version = "1.14.0"