We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfaca99 commit 0454b3cCopy full SHA for 0454b3c
CHANGES.rst
@@ -1,9 +1,10 @@
1
Changes
2
=======
3
4
-Version 0.9.2 (UNRELEASED)
+Version 0.9.2 (2023-12-12)
5
--------------------------
6
7
+- Adds automated multi-platform container image building for amd64 and arm64 architectures.
8
- Adds metadata labels to Dockerfile.
9
- Fixes container image building on the arm64 architecture.
10
reana_workflow_engine_cwl/version.py
@@ -14,4 +14,4 @@
14
15
from __future__ import absolute_import, print_function
16
17
-__version__ = "0.9.1"
+__version__ = "0.9.2"
0 commit comments