v1.5.0 adds caching to tasks and commands
1.5.0
- Implements caching on all tasks passed to
doanddo-all - Implements caching on
packandzipcommands.
Task caching can be skipped with a bang: mister do-all clean build !test !coverage
- Cleaned up logging a bit.