Skip to content

v0.7.1

Latest
Compare
Choose a tag to compare
@tristanisham tristanisham released this 27 May 15:42
· 1 commit to master since this release

Full Changelog: v0.7.0...v0.7.1

v071

What changed?

I updated the website to include the changes to documentation, and introduced a blog for more in-depth Zig and ZVM discussions.

Sync

The sync command has been retired as of ZVM v0.7.0. With v0.7.1, its functionality has been moved to the use command. Just run zvm use --sync to sync your local version of Zig with your project.

VMU

The --vmu flag has been upgraded to a command. It still works the same way, but now it's just easier to access.

Upgrade

ZVM will now automatically check for upgrades after you've ran a command. This just consists of a ping to ZVM's GitHub repo using GitHub's public API. Many tools including NPM and Deno do this automatically. If you would like to disable this functionality, you can set the new ZVM_SET_CU environment variable to anything. If you'd like to reenable it, just unset ZVM_SET_CU.

As always, if you have any questions, feedback, or want to help ZVM out, you can create an issue on our GitHub, or support free and open source software for less than the price of a cup of coffee on Polar.sh