Skip to content

Releases: andrewkroh/gvm

v0.5.2

05 Sep 14:30
4a1cb67
Compare
Choose a tag to compare

Changed

  • Add 10s wait between retries when there are download errors (#65)

v0.5.1

10 Aug 17:52
46b74d3
Compare
Choose a tag to compare

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

03 Aug 20:43
a1ba0e7
Compare
Choose a tag to compare

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

16 Mar 20:15
Compare
Choose a tag to compare

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

14 Jan 15:55
Compare
Choose a tag to compare

Added

  • Add --http-timeout flag to control the timeout for HTTP requests. #43 #45

v0.3.2

04 Nov 13:49
94f4d15
Compare
Choose a tag to compare

Added

  • Add an artifact for Apple M1 (darwin/arm64).

v0.3.1

04 Nov 13:41
Compare
Choose a tag to compare

Changed

  • Use Go 1.17 to build project. #40

Fixed

  • Fix staleness issues with the gvm available output. #39 #41

v0.3.1-rc1

16 Jan 00:55
Compare
Choose a tag to compare
v0.3.1-rc1 Pre-release
Pre-release
  • Updated Go version used in building to 1.16beta1
  • Add an artifact for Apple M1 (darwin/arm64).

v0.3.0

16 Jan 00:31
Compare
Choose a tag to compare

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

01 Dec 21:15
Compare
Choose a tag to compare

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