Merge branch 'master' into v3

This commit is contained in:
Andrey Nering
2019-11-24 21:02:33 -03:00
163 changed files with 4675 additions and 1305 deletions

View File

@@ -29,6 +29,12 @@
## Unreleased
- Add `--parallel` flag (alias `-p`) to run tasks given by the command line in
parallel
([#266](https://github.com/go-task/task/pull/266)).
## v2.7.1 - 2019-11-10
- Fix error being raised when `exit 0` was called
([#251](https://github.com/go-task/task/issues/251)).