Skip to content

Releases: andrewkroh/gvm

v0.2.3

24 Nov 01:56
Compare
Choose a tag to compare

Changed

  • Use Go 1.15 to build project. #28
  • Log a warning when binary package install fails. #29

0.2.2

19 Mar 03:24
620e609
Compare
Choose a tag to compare

Fixed

  • Fix output of --format batch to remove a stray $ character from the PATH on Windows. #25

v0.2.1

18 Jul 01:57
Compare
Choose a tag to compare

Changed

  • Update repo to use go mod for dependency management. #17

v0.2.0

14 Feb 18:25
Compare
Choose a tag to compare

Added

  • Add logic to retry failed downloads. #15

v0.1.0

13 Jul 12:42
Compare
Choose a tag to compare

Added

  • Add the ability to build Go from source (e.g. gvm tip).
  • Add gvm init command that clones the Go git repository or forces
    a git fetch.
  • Add gvm install command.
  • Add gvm list command.
  • Add gvm available command.
  • Add gvm purge command.
  • Add gvm remove command.

v0.0.5

04 Dec 16:52
Compare
Choose a tag to compare

Fixed

  • Download armv6l releases when GOARCH is ARM. be73019

v0.0.4

04 Dec 16:07
Compare
Choose a tag to compare

Fixed

  • Fixed documentation for batch usage (cmd.exe) on README. #5

Changed

  • Binary releases are built with Go 1.9.2. #6

Added

  • Added ARM releases for Linux and FreeBSD. #6

0.0.3

28 Aug 15:20
Compare
Choose a tag to compare

Added

  • Added tests to check the environment variables returned by gvm.

v0.0.2

15 Aug 14:59
Compare
Choose a tag to compare

Changed

  • Changed code to extract the Go distribution directly into HOME instead
    of extracting to a temp dir and then moving to HOME. #1

v0.0.1

21 Feb 21:20
Compare
Choose a tag to compare