- Add support for specifying environmental variables for a task - Add support for specifying a help message per task
0.3.0
- Add support for python __script__ tasks - Add support for __shell__ script tasks - Add config option to change the default task type
0.2.0
Major code refactor and new features including: - Ensure poetry environment is available to tasks without poetry run/shell - Add support for --dry-run cli option - Add support for escaping shell variables to they're passed to the task - Make UI method respect the reduced verbosity level set via -q. - Add --version option to cli
0.1.0
First *fully usable* release including error handling and help messages.