Tera v0.2.1 (3234de64)
Upgrade to Tera 1.15.
Description
You can find the changelogs below.
Downloads
Download the binary for your OS from below:
- Linux
- MacOS
Install
From source
cargo install --git https://github.com/chevdor/tera-cli
Linux
wget https://github.com/chevdor/tera-cli/releases/download/v0.2.1/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.2.0
- 3234de6: Dependencies update [@chevdor]
- 65cbb0f: Pin MacOS runner to 10.15 [@chevdor]
- 4a26313: Add toolchain and switch to Rust 2021 (#10) [@chevdor]
- 9ea096f: chore - bump deps [@chevdor]
- 8f6edf4: test - add deny [@chevdor]
- f0997b7: docs - add doc about Docker [@chevdor]
- 240a73a: build - new homebrew formula for v0.2.0 [@terabot]