Skip to content

v0.8.0 - Scripting support, binaries and tests

Compare
Choose a tag to compare
@stream-ci-bot stream-ci-bot released this 20 Dec 13:58
· 25 commits to master since this release

Improvements

  • Scripting with vg is now much better supported. vg should now keep working even when you have run set -eux before.
  • Starting with this release binaries for some architectures are precompiled, in case you want to pin a specific version of vg for your CI.
  • A test suite with coverage is now run on Travis. This should give more confidence that changes don't break vg.
  • Some error messages have been improved with much more detailed steps that should be tried to fix the issue.

Fixes

  • Ctrl+C during vg ensure now actually kills dep as well #28
  • Fix bindfs support on some OSX versions #27
  • Some README improvements.