Skip to content

Commit 3fa2fe2

Browse files
committed
prepare to release v1.4.7
1 parent 8c9982e commit 3fa2fe2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11

22
# Changelog
33

4+
## v1.4.7 [2023-01-31]
5+
6+
User visible changes
7+
- The extensions to CWL that `cwltool` knows about will no longer results in an error
8+
9+
Operations changes:
10+
- After we run `cwltool`, we now try harder to cleanup the process.
11+
12+
Dependecies upgrade:
13+
- Bump jackson-core from 2.14.1 to 2.14.2
14+
- Bump mockito-inline from 5.0.0 to 5.1.1
15+
416
## v1.4.6 [2023-01-18]
517

618
User visible changes

pom.xml

+1-1
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.6-SNAPSHOT</version>
9+
<version>1.4.7</version>
1010
<packaging>jar</packaging>
1111

1212
<name>CWLViewer</name>

0 commit comments

Comments
 (0)