Skip to content

Releases: tristanisham/zvm

Fixing critical MacOS amd64 bug

05 Dec 23:50
Compare
Choose a tag to compare

What's Changed

  • install: Fix darwin system info by @ibokuri in #6

New Contributors

Full Changelog: v0.0.1-beta.1...v0.0.1-beta.2

Added Version/Help commands

05 Dec 05:09
Compare
Choose a tag to compare

Pretty self-explanatory

Switch to Go

03 Dec 05:50
Compare
Choose a tag to compare

In this release, I've decided to switch zvm to Go for the time being. This program's goals are to be flexible, portable, and fast. At this time, I can better achieve that with Go. Eventually, I'd like to make the master branch Zig again, but in the meantime both languages will continue development.

v0.0.1-alpha

24 Nov 06:07
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

Hello, and welcome to the first "release" of ZVM ever! This alpha version of the program can install multiple versions of the Zig programming language. All you need to do is add a little line to your ~/.profile and leave the rest to ZVM. More features are coming soon, and as this is an alpha, it's important to clarify that this release is more about setting a structure for the program, rather than finding and breaking all bugs.

What this release represents

This release represents literally everything I've done in Zig up to this point. The idea, execution, late night streams, and every message sent on the Discord. I've been frustrated. I've been elated. And I'm still here. Zig is fun.

I also tried very hard to port ZVM to windows #2, however, I haven't been able to get it to compile. This is due, in part, to a dependency on #3 libcurl. Please look at the existing issues if you think you have a solution. It would be much appreciated. I'd love to get ZVM to compile on every platform Zig supports.

This release is only for Linux/amd64.

Thank you all so much for your support and help! This is my most popular open-source project to date and I'm loving it.

I hope y'all have a wonderful Thanksgiving!

  • Tristan

Full Changelog: https://github.com/tristanisham/zvm/commits/v0.0.1-alpha