1) Check that stage file name is `Dvcfile` or ends with `.dvc`; 2) Print a message when pipeline is up to date for `dvc repro`; 3) Add ability to configure ssh port; 4) Add ability to configure ssh key file; 5) Fix cornercases for `pipeline show`;
0.18.3
1) Fix 'status' bug for s3 remote;
0.18.2
1) Fix help message for `pipeline show` and `repro` when no dvc file is specified; 2) Fix an issue with s3 credentials; 3) Improve code coverage;
0.18.1
Fix grandalf version;
0.18.0
1) DAG visualization using ASCII rendering; 2) Introduced `--recursive` option for `dvc add`; 3) Fixed logger coloring; 4) Bug fixes;
0.17.1
1. Fix improper .dvc file name when adding external local file;