virtualgo v0.9.0 Release Notes
Release Date: 2019-01-02 // about 4 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.
- ๐ Allow using $VIRTUALGO_ROOT to set the directory where environments are stored. By default this is still
Previous changes from v0.8.0
-
๐ Improvements
- ๐ Scripting with
vg
is now much better supported.vg
should now keep working even when you have runset -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
- ๐ Scripting with