From 84a9a86a0a77f8cf0078fc68526c0446e32ed04a Mon Sep 17 00:00:00 2001 From: Berend Weel Date: Fri, 2 Apr 2021 13:13:19 +0200 Subject: [PATCH] Updated version and changelog --- CHANGELOG.md | 5 ++++- CITATION.cff | 2 +- build.gradle | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09fb1eb..69d9551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# Version 1.0 +# Version 1.0-rc1 +- Split SourceFileSystem setting into sourceFileSystem for inputs and cwlFileSystem for workflow storage +- Added check on job submission whether the referenced workflow exists on the cwlFileSystem +- Added /workflows api that supplies a list of available workflows in the cwlFileSystem - Upgrade admin interface to Angular 11 # Version 0.4-process diff --git a/CITATION.cff b/CITATION.cff index 967d5f6..f8a0c46 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -38,5 +38,5 @@ license: "Apache-2.0" message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/xenon-middleware/xenon-flow" title: "xenon-flow" -version: "v1.0" +version: "v1.0-rc1" ... \ No newline at end of file diff --git a/build.gradle b/build.gradle index dc3b050..3b57528 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { id "com.github.node-gradle.node" version "2.2.2" } -version = '1.0' +version = 'v1.0-rc1' sourceCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_11