Releases: jongio/grut
Releases · jongio/grut
v0.0.4
Install
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | shWindows (PowerShell):
irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iexInstall 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 | iexGo Install:
go install github.com/jongio/grut@latestChangelog
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
Install
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/jongio/grut/main/install.sh | shWindows (PowerShell):
irm https://raw.githubusercontent.com/jongio/grut/main/install.ps1 | iexInstall 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 | iexGo Install:
go install github.com/jongio/grut@latestChangelog
Other
- c2e4b26 Initial commit