ZLS Download Support
Hi everyone! This release is a big one! You can now install ZLS with your Zig download! Thanks @SigSeg-V for leading this feature. To install ZLS with ZVM, simply pass the -D=zls
flag with zvm i
. For example:
zvm i -D=zls master
This command may have some issues on Windows with pre-0.11.0 releases. Bug fixes will be coming out over the next few weeks addressing this issue. If you're uninterested in this feature, you can continue to use ZVM as you always have!
Updating on Downloading Specific Zig Tags
This feature is still in development. I've said before that 0.3.0 would be this feature's release, but I realized I was misusing SEMVER. I apologize! This feature will come soon, possibly as 0.4.0 or 0.5.0 at the latest!
What's Changed
- fix: hardcoded home path in post-install instructions by @ryangjchandler in #24
- fix typo in ZVM_INSTALL path by @jasonboukheir in #25
- Option to Install ZLS by @SigSeg-V in #26
New Contributors
- @ryangjchandler made their first contribution in #24
- @jasonboukheir made their first contribution in #25
- @SigSeg-V made their first contribution in #26
Full Changelog: v0.2.4...v0.3.0