* to support Croo's "soft-linking" on cloud storages - see [this](https://github.com/ENCODE-DCC/croo/releases/tag/v0.1.6) for details.
0.3.10
* bug fix for `caper list` (non-hashable `list` error) * update doc for ENCODE workshop 2019 at Seattle * `caper metadata` prints out Python dict object `{ }` instead of list of dict `[ { } ]` objects when there is only one workflow matched by search condition. Otherwise It keeps printing out lists of objects.
0.3.9
* use input JSON file's basename for string label (`-s` / `--str-label`) if that is not specified in the command line * added `-v` / `--version` to show version
0.3.8
* added short parameters `-d` for `--file-db` and `-n` for `--no-file-db` * fixed bug for `--use-netrc` not working with `submit` command * added `Minimum required parameters` section to default conf file so that users only need to edit small number of parameters in that section. for TL;DR users. * `cromwell.jar` will be downloaded on `~/.caper/cromwell_jar/` instead of a directory specified with `--tmp-dir`