Skip to content

Commit

Permalink
Updated version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmweel committed Oct 26, 2021
1 parent 88c4750 commit a316bc9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version 1.0.1
- Adding cwl compliance check and fixed a bunch of related bugs
- Reduced logging output
- Fixed various bugs
- Fixed a number of crashes related to the tests ran by the compliance test.
- Fixing output bug when parameter has # in its id
- Fixing file and directory array location wrangling
- Fixed directory tests and staging
- Fixing directory path staging for cwl check: nr85 directory_input_docker

# Version 1.0
- Various bugfixes
- Fixed uri's supplied by xenonflow when runing behind a proxy server
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,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.1"
...
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id "com.github.node-gradle.node" version "2.2.2"
}

version = 'v1.0'
version = 'v1.0.1'
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

Expand Down

0 comments on commit a316bc9

Please sign in to comment.