Skip to content

Tera v0.5.0 (7a91586f)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 17:05

Description

You can find the changelogs below.
Special thanks to the active contributors (@alerque @hituzi-no-sippo) for the latest PRs and their patience :)

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --git https://github.com/chevdor/tera-cli

Linux

Binaries

wget https://github.com/chevdor/tera-cli/releases/download/v0.5.0/tera-cli-x86_64-unknown-linux-gnu.tar.gz
tar xf tera-cli-x86_64-unknown-linux-gnu.tar.gz
./tera --help

Debian

wget https://github.com/chevdor/tera-cli/releases/download/v0.5.0/tera-cli_linux_amd64.deb
dpkg -i tera-cli_linux_amd64.deb
tera --help

MacOS

brew tap chevdor/tera-cli https://github.com/chevdor/tera-cli
brew update
brew install chevdor/tera-cli/tera

Changes since v0.4.0