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-python.git
The following commit(s) were added to refs/heads/master by this push:
new b85d856 prepare for 1.20.0 release (#165)
b85d856 is described below
commit b85d85642155bf39ccbce4c3b490d587f2029178
Author: David Grove <[email protected]>
AuthorDate: Mon Sep 16 21:40:21 2024 -0400
prepare for 1.20.0 release (#165)
---
core/CHANGELOG.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md
index e3ef51e..ab9f5d5 100644
--- a/core/CHANGELOG.md
+++ b/core/CHANGELOG.md
@@ -19,6 +19,13 @@
# Python 3 OpenWhisk Runtime Container
+## 1.20.0
+ - Dependabot Fixes (#159)
+ - Update virtualenv for python:3.9 to fix tests. (#161)
+ - Update scalafmt plugin version to fix build break (#162)
+ - Update go proxy to [email protected] (#163)
+ - Upgrade gradle to 6.9.3 (#164)
+
## 1.19.0
- Add Python 3.12 Runtime (#152)
- Update python:3.11 and python:3.10 runtimes to Debian bookworm (#146)