Tera v0.2.0 (b72e4f86)
Description
You can find the changelogs below.
👍 Special thanks to @tandiljuan for great contributions to this release.
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.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.1.3
- a9f5ddd: feat - add dockerfile (#8) [@juan Manuel Lopez]
- 592f365: feat - add support for include and inherit (#9) [@juan Manuel Lopez]
- 55be2a2: ci - restore quick check on master [@chevdor]
- 1f27d70: chore - dependencies updates and minor fixes [@chevdor]
- 39025be: docs - add link to commit author in the changelogs [@chevdor]
- 536363d: docs - fix brew install instructions [@chevdor]
- 5bf7c96: build - new homebrew formula for v0.1.3 [@chevdor]