Skip to content

v0.5.3 : Builds and updates

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 04:31
· 118 commits to main since this release

This release of Versio incorporates some code and configuration streamlining, to keep pace with updates in our build tools and dependencies. We've also reconstructed our CI workflows, so that we can provide fully statically-linked binaries for all our supported platforms. Now that we've finished with those tasks, we're ready once again to tackle new features and enhancements, so stay tuned for our next update!

New to Versio? The repository is the best place to learn about Versio and what it can do. If you want to report a bug or request a feature, you can do so at our Issues link, but we ask you first read the Troubleshooting page learn about problems and their solutions.

To install, follow the instructions for your platform; some files might be zipped for improved download speed. For example, on MacOS you can do something like this (assuming ~/bin exists and is in your PATH):

curl -L https://github.com/chaaz/versio/releases/download/v0.5.3/versio__x86_64-apple-darwin -o ~/bin/versio
chmod +x ~/bin/versio

MacOS: download versio__x86_64-apple-darwin, copy to versio in your PATH.
GNU Linux 64: download versio__x86_64-unknown-linux-gnu, copy to versio in your PATH.
Windows: download versio__x86_64-pc-win32.exe, copy to versio.exe in your %PATH.