File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,14 @@ The following API changes should be documented as such:
18
18
If possible, provide tooling that performs the changes, e.g. a shell-script.
19
19
-->
20
20
21
- # Release 1.0.1
21
+ # Release 1.1.0
22
+
23
+ ## Features
24
+
25
+ * We support Gitpod. [ Click here] ( https://gitpod.io/#https://github.com/seqan/sharg-parser/ )
26
+ to try it out.
27
+ * ** CWL support** (Common Workflow Language): An app using Sharg can now automatically export a CWL tool
28
+ description file via ` --export-help cwl ` [ #94 ] ( https://github.com/seqan/sharg-parser/pull/94 ) .
22
29
23
30
## API changes
24
31
Original file line number Diff line number Diff line change @@ -155,10 +155,11 @@ VERSION
155
155
156
156
## Dependencies
157
157
158
- | | requirement | version | comment |
159
- | -------------------| ------------------------------------------------------| ----------| ---------------------------------------------|
160
- | ** compiler** | [ GCC] ( https://gcc.gnu.org ) | ≥ 10 | no other compiler is currently supported! |
161
- | ** build system** | [ CMake] ( https://cmake.org ) | ≥ 3.16 | optional, but recommended |
158
+ | | requirement | version | comment |
159
+ | -------------------| -----------------------------------------------------------| ----------| ---------------------------------------------|
160
+ | ** compiler** | [ GCC] ( https://gcc.gnu.org ) | ≥ 10 | no other compiler is currently supported! |
161
+ | ** build system** | [ CMake] ( https://cmake.org ) | ≥ 3.16 | optional, but recommended |
162
+ | ** required libs** | [ TDL] ( https://github.com/deNBI-cibi/tool_description_lib ) | ≥ 1.0.0 | required for CWL export |
162
163
163
164
164
165
## Sponsorships
You can’t perform that action at this time.
0 commit comments