github tristanisham/zvm v0.1.7
Usability Release

latest releases: v0.7.9, v0.7.8, v0.7.7...
18 months ago

Auto Changelog

New Contributors

Full Changelog: https://github.com/tristanisham/zvm/commits/v0.1.7

What changed

This update, in a an effort to reduce some of the cruft I've accidentally put in this repo I did some dark magic and completely messed up Git's history. It's not really a big deal. As I don't really use Git's scale-oriented features, but just know that walking backwards from v0.1.6 is going to messy.

Usability

@resolritter addressed a UX issue. Before, when typing in an invalid command ZVM would fail silently. Now it'll provide you with a nice instruction. Thanks @resolritter!

zvm asdf
    # ERROR: Invalid argument asdf. Please check out --help.
    # exit status 1

I also added better errors for when a non-existent Zig version is specified.

 zvm i poop

Results in:

2023/05/10 22:59:00 invalid Zig version: poop

Allowed versions:  
  0.7.1
  0.4.0
  0.8.1
  0.8.0
  0.7.0
  0.10.1
  0.9.1
  0.9.0
  0.6.0
  0.5.0
  0.3.0
  0.2.0
  master
  0.10.0
  0.1.1

Other news

Now that Zig master has a self-hosted HTTP module, the last major roadblock in a totally zig ZVM has fallen. Work has begun rewriting ZVM in Zig. Come say hi!

Don't miss a new zvm release

NewReleases is sending notifications on new releases.