Skip to content

Commit ad80dff

Browse files
author
Peter Amstutz
committed
Update instances of v1.1.0-dev1 to v1.1 to prepare for release.
1 parent a6cb03b commit ad80dff

File tree

225 files changed

+241
-240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+241
-240
lines changed

CommandLineTool.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ $graph:
1010
type: documentation
1111
doc:
1212
- |
13-
# Common Workflow Language (CWL) Command Line Tool Description, v1.1.0-dev1
13+
# Common Workflow Language (CWL) Command Line Tool Description, v1.1
1414
1515
This version:
16-
* https://w3id.org/cwl/v1.1.0-dev1/
16+
* https://w3id.org/cwl/v1.1/
1717
1818
Current version:
1919
* https://w3id.org/cwl/
@@ -37,17 +37,17 @@ $graph:
3737
- {$include: intro.md}
3838

3939
- |
40-
## Introduction to the CWL Command Line Tool standard v1.1.0-dev1
40+
## Introduction to the CWL Command Line Tool standard v1.1
4141
4242
This specification represents the latest development release from the
4343
CWL group. Since the v1.0 release, v1.1 introduces the
4444
following updates to the CWL Command Line Tool standard.
45-
Documents should use `cwlVersion: v1.1.0-dev1` to make use of new
46-
syntax and features introduced in v1.1.0-dev1. Existing v1.0 documents
45+
Documents should use `cwlVersion: v1.1` to make use of new
46+
syntax and features introduced in v1.1. Existing v1.0 documents
4747
should be trivially updatable by changing `cwlVersion`, however
4848
CWL documents that relied on previously undefined or
4949
underspecified behavior may have slightly different behavior in
50-
v1.1.0-dev1.
50+
v1.1.
5151
5252
## Changelog
5353
@@ -121,7 +121,7 @@ $graph:
121121
type, or a valid expression which returns a value having one
122122
of the the other types defined for that field.
123123
124-
See also the [CWL Workflow Description, v1.1.0-dev1 changelog](Workflow.html#Changelog).
124+
See also the [CWL Workflow Description, v1.1 changelog](Workflow.html#Changelog).
125125
126126
## Purpose
127127

Process.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $namespaces:
88

99
$graph:
1010

11-
- name: "Common Workflow Language, v1.1.0-dev1"
11+
- name: "Common Workflow Language, v1.1"
1212
type: documentation
1313
doc: {$include: concepts.md}
1414

@@ -39,6 +39,7 @@ $graph:
3939
- cwl:v1.0.dev4
4040
- cwl:v1.0
4141
- cwl:v1.1.0-dev1 # a dash is required by the semver 2.0 rules
42+
- cwl:v1.1
4243

4344
- name: CWLType
4445
type: enum

Workflow.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ $graph:
1111
type: documentation
1212
doc:
1313
- |
14-
# Common Workflow Language (CWL) Workflow Description, v1.1.0-dev1
14+
# Common Workflow Language (CWL) Workflow Description, v1.1
1515
1616
This version:
17-
* https://w3id.org/cwl/v1.1.0-dev1/
17+
* https://w3id.org/cwl/v1.1/
1818
1919
Current version:
2020
* https://w3id.org/cwl/
@@ -35,17 +35,17 @@ $graph:
3535

3636
- |
3737
38-
## Introduction to CWL Workflow standard v1.1.0-dev1
38+
## Introduction to CWL Workflow standard v1.1
3939
4040
This specification represents the latest stable release from the
41-
CWL group. Since the v1.0 release, v1.1.0-dev1 introduces the
41+
CWL group. Since the v1.0 release, v1.1 introduces the
4242
following updates to the CWL Workflow standard.
43-
Documents should to use `cwlVersion: v1.1.0-dev1` to make use of new
44-
syntax and features introduced in v1.1.0-dev1. Existing v1.0 documents
43+
Documents should to use `cwlVersion: v1.1` to make use of new
44+
syntax and features introduced in v1.1. Existing v1.0 documents
4545
should be trivially updatable by changing `cwlVersion`, however
4646
CWL documents that relied on previously undefined or
4747
underspecified behavior may have slightly different behavior in
48-
v1.1.0-dev1.
48+
v1.1.
4949
5050
## Changelog
5151
@@ -104,7 +104,7 @@ $graph:
104104
type, or a valid expression which returns a value having one
105105
of the the other types defined for that field.
106106
107-
See also the [CWL Command Line Tool Description, v1.1.0-dev1 changelog](CommandLineTool.html#Changelog).
107+
See also the [CWL Command Line Tool Description, v1.1 changelog](CommandLineTool.html#Changelog).
108108
109109
## Purpose
110110

tests/anon_enum_inside_array.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: v1.1.0-dev1
1+
cwlVersion: v1.1
22
class: CommandLineTool
33
inputs:
44
first:

tests/anon_enum_inside_array_inside_schemadef.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: v1.1.0-dev1
1+
cwlVersion: v1.1
22
class: CommandLineTool
33
requirements:
44
SchemaDefRequirement:

tests/any-type-compat.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: v1.1.0-dev1
1+
cwlVersion: v1.1
22
class: Workflow
33

44
steps: []

tests/basename-fields-test.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: v1.1.0-dev1
1+
cwlVersion: v1.1
22
class: Workflow
33

44
requirements:

tests/binding-test.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env cwl-runner
22

33
class: CommandLineTool
4-
cwlVersion: v1.1.0-dev1
4+
cwlVersion: v1.1
55
hints:
66
- class: DockerRequirement
77
dockerPull: python:2-slim

tests/bool-empty-inputbinding.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env cwl-runner
22
class: CommandLineTool
3-
cwlVersion: v1.1.0-dev1
3+
cwlVersion: v1.1
44
hints:
55
- class: DockerRequirement
66
dockerPull: python:2-slim

tests/bwa-mem-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env cwl-runner
22

3-
cwlVersion: v1.1.0-dev1
3+
cwlVersion: v1.1
44

55
class: CommandLineTool
66

0 commit comments

Comments
 (0)