Skip to content

Releases: chevdor/tera-cli

v0.3.0

05 Jan 11:43
Compare
Choose a tag to compare
  • dependencies update
  • update to tera 1.19

Full Changelog: v0.2.5...v0.3.0

v0.2.5

02 Nov 08:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.2.5

Tera v0.2.4 (dd46e36c)

21 Apr 14:41
Compare
Choose a tag to compare

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

wget https://github.com/chevdor/tera-cli/releases/download/v0.2.4/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.3

Tera v0.2.3 (fb711cf4)

11 Jan 15:31
Compare
Choose a tag to compare

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

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

Tera v0.2.2 (32ff8392)

24 Jun 07:59
32ff839
Compare
Choose a tag to compare

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

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

Tera v0.2.1 (3234de64)

04 Nov 13:30
3234de6
Compare
Choose a tag to compare

Upgrade to Tera 1.15.

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

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

Tera v0.2.0 (b72e4f86)

07 Sep 09:21
b72e4f8
Compare
Choose a tag to compare

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:

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

Tera v0.1.3 (7ee86f1e)

18 Jun 07:17
7ee86f1
Compare
Choose a tag to compare

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

wget https://github.com/chevdor/tera-cli/releases/download/v0.1.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.1.2

Tera v0.1.2 (50851868)

17 Jun 09:43
5085186
Compare
Choose a tag to compare

Description

You can find the changelogs below.

Downloads

Download the binary for your OS from below:

Install

URL=https://github.com/chevdor/tera-cli/releases/download/v0.1.2/linux/tera-cli_linux_amd64.deb
wget $URL
dpkg -i tera-cli_linux_amd64.deb
tera --version

Changes since v0.1.1

  • 5085186: build - dependencies upgrade and version bump [chevdor]
  • 6551eec: feat - auto detect stdin format (json|yaml|toml) (#4) [Chevdor]
  • f3216ec: ci - add basic CI (#3) [Chevdor]

Tera v0.1.1 (393f8676)

16 Jun 19:56
393f867
Compare
Choose a tag to compare

Description

You can find the changelogs below.

Downloads

Download the binary for your OS from below:

Install

URL=https://github.com/chevdor/tera-cli/releases/download/v0.1.1/linux/tera-cli_linux_amd64.deb
wget $URL
dpkg -i tera-cli_linux_amd64.deb
tera --version

Changes since v0.1.0

  • 393f867: ci - add basic CI (#3) [Chevdor]
  • 52354f0: docs - move the asciidoc readme so github does not pick it up by default [chevdor]