Skip to content

Releases: chevdor/tera-cli

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]

Tera v0.1.0 (ae9bc49c)

16 Jun 15:48
ae9bc49
Compare
Choose a tag to compare

Description

This is the first published version. It contains already a usable release.
This is the first published .deb package that can be used by the CI to generate the next ones :)

Downloads

Install

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