Skip to content

Tera v0.4.2 (cda2c5df)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 20:48
v0.4.2
cda2c5d

Description

You can find the changelogs below.

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --git https://github.com/chevdor/tera-cli

Linux

Binaries

wget https://github.com/hituzi-no-sippo/tera-cli/releases/download/v0.4.2/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.4.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.4.1

  • cda2c5d: ci(homebrew) - add arm support in Homebrew [@hituzi no sippo]
  • bff60d5: ci(release-asset) - delete unneeded MacOS archives [@hituzi no sippo]
  • 382f03d: ci(homebrew) - change URL of application archive url [@hituzi no sippo]
  • 6fb60b8: ci(github-actions) - add a GitHub Action to add MacOS binaries to GitHub Release [@hituzi no sippo]
  • 0861d24: ci(github-actions) - add a GitHub Action to add linux and windowns binaries to GitHub Release [@hituzi no sippo]
  • 9bc1ce5: fix(github-actions) - avoid using the deprecated version of actions/upload-artifact (chevdor#30) [@hituzi no sippo]