virtualgo v0.8.0 Release Notes

Release Date: 2017-12-20 // over 6 years ago
  • ๐Ÿ‘Œ 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.