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.