Skip to content

Releases: jongio/grut

v0.0.4

23 Mar 23:50

Choose a tag to compare

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh -s -- v0.0.4

# Windows (PowerShell)
$v="v0.0.4"; irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Go Install:

go install github.com/jongio/grut@latest

Changelog

Bug Fixes

  • f91b9c9 fix: clean intermediate files before goreleaser

Performance

  • 93aa71a perf: add v0.0.2 linux-amd64 baseline and release notes [skip ci]
  • e936e86 perf: add v0.0.4 linux-amd64 baseline and release notes [skip ci]

Contributors

Thank you to everyone who contributed to this release:

  • Copilot
  • Test

v0.0.1

19 Mar 20:37

Choose a tag to compare

Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Install this specific version:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | sh -s -- v0.0.1

# Windows (PowerShell)
$v="v0.0.1"; irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iex

Go Install:

go install github.com/jongio/grut@latest

Changelog

Other