Skip to content

Commit 72eecc3

Browse files
committed
Bump version to 1.4.5 and update changelog
1 parent 532008e commit 72eecc3

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,34 @@
11

22
# Changelog
33

4-
## v1.4.5 [unreleased]
4+
## v1.4.5 [2022-09-30]
5+
6+
User visible changes
7+
8+
- Switch to snakeyaml-engine (YAML 1.2) from snakeyaml (YAML 1.1) to improve
9+
YAML parsing (less errors)
10+
- Made explicit that only gitlab.com and github.com are supported as shortcuts,
11+
and that specifying workflows on other hosts needs an explicit
12+
git repo URL + branch + path.
13+
- Fewer errors due to the use of complex types
14+
- Support workflows using `MultipleInputFeatureRequirement`
15+
16+
Minor changes:
17+
- Always pass --disable-color to cwltool to improve the logs
18+
- Removed explicit html5lib Python dependency
19+
- Improvements to container building.
20+
- Added diagram of operation to the docs
21+
22+
Dependecies upgrade:
23+
- Bump maven-enforcer-plugin from 3.0.0 to 3.1.0
24+
- Bump liquibase-core from 4.11.0 to 4.16.1
25+
- Bump spring-data-commons from 2.7.0 to 2.7.3
26+
- Bump hibernate-types-55 from 2.16.2 to 2.19.2
27+
- Bump postgresql from 1.17.2 to 1.17.4
28+
- Bump junit-jupiter from 1.17.2 to 1.17.3
29+
- Bump jena-core from 4.5.0 to 4.6.1
30+
- Bump jackson-core from 2.13.3 to 2.13.4
531

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

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.commonwl.view</groupId>
88
<artifactId>cwlviewer</artifactId>
9-
<version>1.4.4</version>
9+
<version>1.4.5</version>
1010
<packaging>jar</packaging>
1111

1212
<name>CWLViewer</name>

0 commit comments

Comments
 (0)