Skip to content

v0.7.6

Latest
Compare
Choose a tag to compare
@tristanisham tristanisham released this 27 Sep 19:33
· 2 commits to master since this release

What's Changed

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