Releases: piusalfred/gotools
Release list
Release v0.5.4
Install
Shell script (no Go required):
curl -fsSL https://raw.githubusercontent.com/piusalfred/gotools/v0.5.4/install.sh | bash
Go binary — download the archive for your platform from the assets below, or:
go install github.com/piusalfred/gotools/cmd/gotools@v0.5.4
Upgrade existing installs:
./gotools.sh self-update
What's Changed
- self-update: fix REPO name, add -L flag, handle Go binary case by @piusalfred in #13
Full Changelog: v0.5.3...v0.5.4
Release v0.5.3
Install
Shell script (no Go required):
curl -fsSL https://raw.githubusercontent.com/piusalfred/gotools/v0.5.3/install.sh | bash
Go binary — download the archive for your platform from the assets below, or:
go install github.com/piusalfred/gotools/cmd/gotools@v0.5.3
Upgrade existing installs:
./gotools.sh self-update
What's Changed
- completions: add completion documentation by @piusalfred in #12
Full Changelog: v0.5.2...v0.5.3
Release v0.5.2
Install
Shell script (no Go required):
curl -fsSL https://raw.githubusercontent.com/piusalfred/gotools/v0.5.2/install.sh | bash
Go binary — download the archive for your platform from the assets below, or:
go install github.com/piusalfred/gotools/cmd/gotools@v0.5.2
Upgrade existing installs:
./gotools.sh self-update
What's Changed
- self-update: correct REPO name and add curl -L flag in self-update by @piusalfred in #11
Full Changelog: v0.5.1...v0.5.2
Release v0.5.1
Install
Shell script (no Go required):
curl -fsSL https://raw.githubusercontent.com/piusalfred/gotools/v0.5.1/install.sh | bash
Go binary — download the archive for your platform from the assets below, or:
go install github.com/piusalfred/gotools/cmd/gotools@v0.5.1
Upgrade existing installs:
./gotools.sh self-update
What's Changed
- sync: fix init and sync on first run for split strategy by @piusalfred in #10
Full Changelog: v0.5.0...v0.5.1
Release v0.5.0
Install
Shell script (no Go required):
curl -fsSL https://raw.githubusercontent.com/piusalfred/gotools/v0.5.0/install.sh | bash
Go binary — download the archive for your platform from the assets below, or:
go install github.com/piusalfred/gotools/cmd/gotools@v0.5.0
Upgrade existing installs:
./gotools.sh self-update
What's Changed
- FEAT: v0.5.0 manifest-based config, test suite, CI workflow (#9) by @piusalfred in #9
Full Changelog: v0.4.1...v0.5.0
Release v0.4.1
Install
Shell script (no Go required):
curl -fsSL https://raw.githubusercontent.com/piusalfred/gotools/v0.4.1/install.sh | bash
Go binary — download the archive for your platform from the assets below, or:
go install github.com/piusalfred/gotools/cmd/gotools@v0.4.1
Upgrade existing installs:
./gotools.sh self-update
What's Changed
- fix: properly resolve path versioned tools by @piusalfred in #8
Full Changelog: v0.4.0...v0.4.1
Release v0.4.0
Install
Shell script (no Go required):
curl -fsSL https://raw.githubusercontent.com/piusalfred/gotools/v0.4.0/install.sh | bash
Go binary — download the archive for your platform from the assets below, or:
go install github.com/piusalfred/gotools/cmd/gotools@v0.4.0
Upgrade existing installs:
./gotools.sh self-update
What's Changed
- FIX: purge bug by @piusalfred in #7
Full Changelog: v0.3.0...v0.4.0
Release v0.3.0
Install
Shell script (no Go required):
curl -fsSL https://raw.githubusercontent.com/piusalfred/gotools.sh/v0.3.0/install.sh | bash
Go binary — download the archive for your platform from the assets below, or:
go install github.com/piusalfred/gotools/cmd/gotools@v0.3.0
Upgrade existing installs:
./gotools.sh self-update
What's Changed
- FIX: allow tool alias names by @piusalfred in #6
Full Changelog: v0.2.1...v0.3.0
Release v0.2.1
Install
Shell script (no Go required):
curl -fsSL https://raw.githubusercontent.com/piusalfred/gotools.sh/v0.2.1/install.sh | bash
Go binary — download the archive for your platform from the assets below, or:
go install github.com/piusalfred/gotools/cmd/gotools@v0.2.1
Upgrade existing installs:
./gotools.sh self-update
What's Changed
- FIX: fix migrate command by @piusalfred in #5
Full Changelog: v0.2.0...v0.2.1
Release v0.2.0
Install
Shell script (no Go required):
curl -fsSL https://raw.githubusercontent.com/piusalfred/gotools.sh/v0.2.0/install.sh | bash
Go binary — download the archive for your platform from the assets below, or:
go install github.com/piusalfred/gotools/cmd/gotools@v0.2.0
Upgrade existing installs:
./gotools.sh self-update
What's Changed
- FEAT: add module strategy by @piusalfred in #4
Full Changelog: v0.1.11...v0.2.0