Skip to content

Commit

Permalink
Bump version to 1.4.5 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Sep 30, 2022
1 parent 532008e commit 72eecc3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
30 changes: 27 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@

# Changelog

## v1.4.5 [unreleased]
## v1.4.5 [2022-09-30]

User visible changes

- Switch to snakeyaml-engine (YAML 1.2) from snakeyaml (YAML 1.1) to improve
YAML parsing (less errors)
- Made explicit that only gitlab.com and github.com are supported as shortcuts,
and that specifying workflows on other hosts needs an explicit
git repo URL + branch + path.
- Fewer errors due to the use of complex types
- Support workflows using `MultipleInputFeatureRequirement`

Minor changes:
- Always pass --disable-color to cwltool to improve the logs
- Removed explicit html5lib Python dependency
- Improvements to container building.
- Added diagram of operation to the docs

Dependecies upgrade:
- Bump maven-enforcer-plugin from 3.0.0 to 3.1.0
- Bump liquibase-core from 4.11.0 to 4.16.1
- Bump spring-data-commons from 2.7.0 to 2.7.3
- Bump hibernate-types-55 from 2.16.2 to 2.19.2
- Bump postgresql from 1.17.2 to 1.17.4
- Bump junit-jupiter from 1.17.2 to 1.17.3
- Bump jena-core from 4.5.0 to 4.6.1
- Bump jackson-core from 2.13.3 to 2.13.4

Switch to snakeyaml-engine (YAML 1.2) from snakeyaml (YAML 1.1)
Support workflows using `MultipleInputFeatureRequirement`

## v1.4.4 [2022-06-08]

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.commonwl.view</groupId>
<artifactId>cwlviewer</artifactId>
<version>1.4.4</version>
<version>1.4.5</version>
<packaging>jar</packaging>

<name>CWLViewer</name>
Expand Down

0 comments on commit 72eecc3

Please sign in to comment.