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:
- Linux
- MacOS
- Windows
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
- 7a91586: Deps update + version bump [@chevdor]
- 6c204dd: ci - add GitHub actions to add binaries to GitHub release (#32) [@hituzi-no-sippo]
- 1cc2cdf: Enable date localization feature of tera (#34) [@alerque]
- 9bc1ce5: fix(github-actions) - avoid using the deprecated version of
actions/upload-artifact
(#30) [@hituzi-no-sippo] - 103775c: Deps update [@chevdor]
- 4f971f4: build - new homebrew formula for v0.4.0 [@terabot]