Skip to content

Commit

Permalink
APPS-1897 Post release 0.17.16 (#248)
Browse files Browse the repository at this point in the history
* APPS-1897 release 0.17.16
(fix) RELEASE_NOTES.md

* APPS-1897 release 0.17.16
(fix) RELEASE_NOTES.md

* APPS-1897 post-release 0.17.16
(fix) RELEASE_NOTES.md - update version
  • Loading branch information
Gvaihir committed May 28, 2023
1 parent 311c2a8 commit ae9d1df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Change log

## in develop
...

## 0.17.16 (2023-05-26)

* New value type `V_ForcedNull` is used to avoid an addition of an explicit `null` input to an Optional value. Previously,
if a task was wrapped in a frag - in some cases Optionals without a value were forced to be an explicit `null`. This version
fixes such behavior.
* Draft-2 parser. Previous behavior: if `version` is not declared, it is assumed to be `draft-2`, which has no formal
input definitions for tasks and workflows. However, if a user forgets to declare the `version` while working on workflow
of a version greater than `draft-2` with formal definition of `input`, the parser fails to follow the syntax and throws
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
wdlTools {
version = "0.17.16-SNAPSHOT"
version = "0.17.17-SNAPSHOT"
}

#
Expand Down

0 comments on commit ae9d1df

Please sign in to comment.