What's Changed
- Add support for minimum_zig_version in the
runandusecommands by @tristanisham in #151
Full Changelog: v0.8.14...v0.8.15
In ZVM v0.8.15 I've added support for automatically reading and setting your version of Zig from build.zig.zon's minimum_zig_version tag.
To use this, simple run zvm run or zvm use without any Zig version passed as an argument, and it'll try to use the version of Zig specified in build.zig.zon. You can still use these commands like normal--now just not passing a valid version is no longer a no-op.