Skip to content

Releases: aa8y/dave

0.2.1

22 Jan 04:39
Compare
Choose a tag to compare

Bug fix release to enable running chain commands

  • The usage of spawn the way we did, did not allow running chained commands. So it has been replaced by exec.

0.2.0

14 Jan 01:02
Compare
Choose a tag to compare

This is the second minor release. Dave is still WIP but this includes the following change:

  • Fixes the dave binary to be used with the command line.
  • Defaults the context to . when tags are passed but context is not. The previous behavior was to ignore the tags if the context was not passed.

0.1.0

18 Nov 00:35
Compare
Choose a tag to compare

This is the first release of Dave. It supports the commands, build, test and push. all also unwinds to those three commands.