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

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


The following commit(s) were added to refs/heads/master by this push:
     new 03f7d93  Prepare for 1.18.0 release (#159)
03f7d93 is described below

commit 03f7d93e331f1cc3c5fdc14d2ae19c146cf1a367
Author: David Grove <[email protected]>
AuthorDate: Mon Jul 10 08:52:46 2023 -0400

    Prepare for 1.18.0 release (#159)
---
 NOTICE.txt                      | 2 +-
 core/swift51Action/CHANGELOG.md | 7 +++++++
 core/swift53Action/CHANGELOG.md | 7 +++++++
 core/swift54Action/CHANGELOG.md | 7 +++++++
 core/swift57Action/CHANGELOG.md | 6 ++----
 5 files changed, 24 insertions(+), 5 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index a08f7fc..d0244e4 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache OpenWhisk Runtime Swift
-Copyright 2016-2021 The Apache Software Foundation
+Copyright 2016-2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/core/swift51Action/CHANGELOG.md b/core/swift51Action/CHANGELOG.md
index 33c6ff7..47b4da0 100644
--- a/core/swift51Action/CHANGELOG.md
+++ b/core/swift51Action/CHANGELOG.md
@@ -19,6 +19,13 @@
 
 # Apache OpenWhisk Swift 5.1 Runtime Container
 
+## 1.18.0
+ - Build go proxy from runtime-go 1.22.0 (#155)
+ - Add Support for Swift 5.7 (#153)
+ - Support array result include sequence action (#150)
+ - Update to Gradle 6 (#151)
+ - Remove Swift 4 support (#145)
+
 ## 1.17.0
 - Build actionloop from [email protected] (#143)
 - Resolve akka versions explicitly. (#141, #139)
diff --git a/core/swift53Action/CHANGELOG.md b/core/swift53Action/CHANGELOG.md
index e0de9fd..73933ea 100644
--- a/core/swift53Action/CHANGELOG.md
+++ b/core/swift53Action/CHANGELOG.md
@@ -19,6 +19,13 @@
 
 # Apache OpenWhisk Swift 5.3 Runtime Container
 
+## 1.18.0
+ - Build go proxy from runtime-go 1.22.0 (#155)
+ - Add Support for Swift 5.7 (#153)
+ - Support array result include sequence action (#150)
+ - Update to Gradle 6 (#151)
+ - Remove Swift 4 support (#145)
+
 ## 1.17.0
 - Build actionloop from [email protected] (#143)
 - Resolve akka versions explicitly. (#141, #139)
diff --git a/core/swift54Action/CHANGELOG.md b/core/swift54Action/CHANGELOG.md
index d43dc0a..094faf4 100644
--- a/core/swift54Action/CHANGELOG.md
+++ b/core/swift54Action/CHANGELOG.md
@@ -19,5 +19,12 @@
 
 # Apache OpenWhisk Swift 5.4 Runtime Container
 
+## 1.18.0
+ - Build go proxy from runtime-go 1.22.0 (#155)
+ - Add Support for Swift 5.7 (#153)
+ - Support array result include sequence action (#150)
+ - Update to Gradle 6 (#151)
+ - Remove Swift 4 support (#145)
+
 ## 1.17.0
  - Initial Release
diff --git a/core/swift57Action/CHANGELOG.md b/core/swift57Action/CHANGELOG.md
index 45636dc..c548fc6 100644
--- a/core/swift57Action/CHANGELOG.md
+++ b/core/swift57Action/CHANGELOG.md
@@ -19,7 +19,5 @@
 
 # Apache OpenWhisk Swift 5.7 Runtime Container
 
-- Support for swift async/await
-
-## 1.17.0
- - Next Apache Release
+## 1.18.0
+ - Initial Release

Reply via email to