Skip to content

Commit 9889769

Browse files
authored
Merge pull request #191 from smehringer/main
[DOC] Update Changelog and Readme.
2 parents f44a282 + 66a43bd commit 9889769

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ The following API changes should be documented as such:
1818
If possible, provide tooling that performs the changes, e.g. a shell-script.
1919
-->
2020

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).
2229

2330
## API changes
2431

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,11 @@ VERSION
155155

156156
## Dependencies
157157

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 |
162163

163164

164165
## Sponsorships

0 commit comments

Comments
 (0)