Skip to content

Releases: chaaz/versio-actions

install v1.2 : pick your Versio version

31 Aug 21:44
Compare
Choose a tag to compare

For those of you using the chaaz/versio-actions/[email protected] in your github actions, you can now upgrade to v1.2 of this action, which allows you to provide a version property, like this:

use: chaaz/versio-actions/[email protected]`
with:
  version: latest

latest is the default, which will install the latest released version of Versio, but you can also use a specific tag instead, such as v0.6.1. No changes are made here to e.g. the yambler or scripts, so you can continue using the latest released versions of those.

Internal build optimization

27 May 22:38
Compare
Choose a tag to compare

This release doesn't add many new features, except that internally, its build process has been streamlined, which allows us to deliver newer versions of actions and the Yambler faster and more reliably than before.

New to the Yambler? The repository is the best place to learn about the Yambler 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-actions/releases/download/v0.2.1/yambler__x86_64-apple-darwin -o ~/bin/yambler
chmod +x ~/bin/yambler

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

Add directory handling

18 Sep 22:35
Compare
Choose a tag to compare

The Yambler can now accept a directory name for its --input, --output and --snippets options, with the only restriction that --output should be a directory if and only if --input is.

New to the Yambler? The repository is the best place to learn about Yambler and what it can do. Report bugs or feature requests at our Issues link.

This version of yambler was built with rustc 1.46.0 (04488afe3 2020-08-24)

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-actions/releases/download/yambler-v0.2.0/yambler__x86_64-apple-darwin -o ~/bin/yambler
chmod +x ~/bin/yambler

MacOS: download yambler__x86_64-apple-darwin, copy to yambler in your PATH.
GNU Linux 64: download yambler__x86_64-unknown-linux-gnu, copy to yambler in your PATH.

Initial release

17 Sep 08:07
Compare
Choose a tag to compare

This is the first release of the Yambler. The repository is the best place to learn about Yambler and what it can do. Report bugs or feature requests at our Issues link.

This version of yambler was built with rustc 1.46.0 (04488afe3 2020-08-24)

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-actions/releases/download/v0.1.0/yambler__x86_64-apple-darwin -o ~/bin/yambler
chmod +x ~/bin/yambler

MacOS: download yambler__x86_64-apple-darwin, copy to yambler in your PATH.
GNU Linux 64: download yambler__x86_64-unknown-linux-gnu, copy to yambler in your PATH.