Tera v0.2.2 (32ff8392)
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.2/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.1
- 32ff839: Fix package name [@chevdor]
- 2ff1b7e: Fix justfile [@chevdor]
- a001e22: Deps refresh, minor fixes and version bump [@chevdor]
- 1d3f746: Release 0.2.2 [@chevdor]
- a3c330d: Deps update [@chevdor]
- 5af4116: Deps update [@chevdor]
- c2827f5: feat - support .yml extension (#12) [@jonathan Giroux (Koltes)]
- 7b5da34: Update to clap v3 [@chevdor]
- 630f024: Minor linting fixes [@chevdor]
- 4226143: Update deps [@chevdor]
- f1c30c4: Rename project [@chevdor]
- 9f1bf57: Add some doc [@chevdor]
- f266212: build - new homebrew formula for v0.2.1 [@terabot]