Tera v0.2.3 (fb711cf4)
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.3/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.2
- fb711cf: New year's deps refresh [@chevdor]
- 2c6e12c: Version bump [@chevdor]
- e8d8347: Update outdated example (#18) [@3x!1]
- f6d730e: Update clap to v4 [@chevdor]
- 7ed03fd: Update deps and add tests [@chevdor]
- aab7b7d: Update tera [@chevdor]
- 0aa093a: Fix test [@chevdor]
- 5db491a: Update deps [@chevdor]
- deb654e: Upgrade tera and clap [@chevdor]
- ab76fc1: Update deps [@chevdor]
- fa4342f: Update config.yml [@chevdor]
- 274f1bc: Create config.yml [@chevdor]
- ab17e73: build - new homebrew formula for v0.2.2 [@terabot]