What's Changed
- improve next steps echo output by @jimkring in #98
- go fmt + gopls suggestions by @timodempwolf in #99
Force Install
- Install zig and zls only if version is not already installed by @timodempwolf in #100
- Added
alwaysForceInstall
field to settings.json to enable old force behavior
As of v0.7.6
ZVM will now skip downloading a version if it is already installed. You can always force an install with the --force
or -f
flag.
zvm i --force master
You can also enable the old behavior by setting the new alwaysForceInstall
field to true
in
~/.zvm/settings.json
.
New Contributors
Full Changelog: v0.7.5...v0.7.6