Skip to content

Commit

Permalink
Prepare for 1.18.0 release (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Jul 10, 2023
1 parent add8e1a commit 03f7d93
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -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/).
7 changes: 7 additions & 0 deletions core/swift51Action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 1.16@1.18.0 (#143)
- Resolve akka versions explicitly. (#141, #139)
Expand Down
7 changes: 7 additions & 0 deletions core/swift53Action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 1.16@1.18.0 (#143)
- Resolve akka versions explicitly. (#141, #139)
Expand Down
7 changes: 7 additions & 0 deletions core/swift54Action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 2 additions & 4 deletions core/swift57Action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 03f7d93

Please sign in to comment.