Releases: andrewkroh/gvm
Releases · andrewkroh/gvm
v0.5.2
Changed
- Add 10s wait between retries when there are download errors (#65)
v0.5.1
Changed
- This release is built with Go 1.20.7. #63
Fixed
- Fixed installation of Go 1.21.0. Versioning conventions changed as per golang/go#57631. #61
- Fixed issues unpacking tar files for Go 1.21.0 releases. Relates to golang/go#61862. #61
v0.5.0
Changed
- Updated releases to use Go 1.18. #54
- Report Go module version from
gvm --version
if installed via go install
. #57
Fixed
- Fix
--arch
flag and associated GVM_ARCH
env variable. #53
v0.4.1
Fixed
- Fixed builds under Go 1.18. #46 #47
- Fixed several issues identified by golangci-lint. #48
Added
- Added macos universal build and switched to goreleaser for release builds. #50
v0.4.0
Added
- Add
--http-timeout
flag to control the timeout for HTTP requests. #43 #45
v0.3.2
Added
- Add an artifact for Apple M1 (darwin/arm64).
v0.3.1
Changed
- Use Go 1.17 to build project. #40
Fixed
- Fix staleness issues with the
gvm available
output. #39 #41
v0.3.1-rc1
- Updated Go version used in building to 1.16beta1
- Add an artifact for Apple M1 (darwin/arm64).
v0.3.0
Added
- Added new
gvm use
flag --no-install
(or -n
) to disable installing
and updating from source. For example, gvm use tip -n
will use the tip
assuming you have it already installed, but will not trigger an update.
#35
v0.2.4
Fixed
- Fix errors with renames failing across disks by falling back to a copy/delete. #31
- Fall back to a source code based install only when binary package URL returns
with HTTP 404. #30 #32