Vcs Versions Save

VCS Repo management through a common interface in Go

v1.13.3

2 years ago

Fixed

  • Case sensitive use of the module name

v1.13.2

2 years ago

Fixed

  • Fix for CVE-2022-21235
  • #103: Fixed CI testing. This included moving to GitHub Actions, updating the the Git submodule handling, and skipping bzr tests on Windows (bzr has discontinued and the installer now installs a broken environment)

v1.13.1

4 years ago

Fixed

  • #101: Updated bitbucket API call as previous API was removed
  • #97: Fixed travis ci building
  • #95: Fixed "git clean" invocation for submodule

v1.13.0

5 years ago

Changed

  • #92: Allow non-200 remote lookup responses for Go style redirects

Fixed

  • #91: For Mercurial/Hg return an error if Version() called and Hg prints to stderr
  • #87 and #93: Fix CI issues

v1.12.0

6 years ago

Changed

  • #79: Include the error context in the error string (thanks @guywithnose)
  • #80: Bump the Go versions for Travis CI testing (thanks @AlekSi)

v1.11.1

7 years ago

Fixed

  • #76: Fix submodule handling for Windows (thanks @m0j0hn)

v1.11.0

7 years ago

Added

  • #65: Exposed CmdFromDir function (thanks @erizocosmico)

Changed

  • #69: Updated testing for Go 1.8

Fixed

  • #64: Testing fatal error if bzr not installed (thanks @kevinburke)

v1.10.2

7 years ago

Fixed

  • #63: Remove extra quotes in submodule export (thanks @dt)

v1.10.1

7 years ago

Fixed

  • #62: Added windows testing via appveyor and fixed issues under windows.

v1.10.0

7 years ago

Added

  • #60: Handle Git submodules (thanks @sdboyer)
  • #61: Add gometalinter to testing