0.15.0
Enhancements
- Add use_exec option to execute cmd or script tasks with exec instead of a subprocess on supported systems (#47)
- Add cwd task option to support setting the working directory for a task (#ab134327)
- Remove new lines from captured task output when adding it to the env (#29d91de6)
Fixes
- Refactor generated python scripts to avoid new lines which may have been causing errors on windows (#51)
- Fix bug preventing use of correct python interpreter in shell tasks (#62b5b3dc )
Full Changelog: v0.14.0...v0.15.0