virtualgo v0.9.0 Release Notes

Release Date: 2019-01-02 // over 5 years ago
  • ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘ Allow using $VIRTUALGO_ROOT to set the directory where environments are stored. By default this is still ~/.virtualgo

    ๐Ÿ›  Fixes

    • Return status code in the PROMPT_COMMAND
    • Don't set the same prompt_command if it's already there.

Previous changes from v0.8.0

  • ๐Ÿ‘Œ 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.