We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9982e commit 3fa2fe2Copy full SHA for 3fa2fe2
CHANGELOG.md
@@ -1,6 +1,18 @@
1
2
# Changelog
3
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
16
## v1.4.6 [2023-01-18]
17
18
User visible changes
pom.xml
@@ -6,7 +6,7 @@
<groupId>org.commonwl.view</groupId>
<artifactId>cwlviewer</artifactId>
- <version>1.4.6-SNAPSHOT</version>
+ <version>1.4.7</version>
<packaging>jar</packaging>
<name>CWLViewer</name>
0 commit comments