Skip to content

Releases: Masterminds/vcs

Release 1.13.3

31 Mar 14:41
v1.13.3
7d3c358
Compare
Choose a tag to compare

Fixed

  • Case sensitive use of the module name

Release 1.13.2

30 Mar 20:21
v1.13.2
6a6170d
Compare
Choose a tag to compare

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)

Release 1.13.1

09 Jul 22:25
v1.13.1
f94282d
Compare
Choose a tag to compare

Fixed

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

Release 1.13.0

27 Feb 14:29
v1.13.0
b4f5583
Compare
Choose a tag to compare

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

Release 1.12.0

11 Sep 14:47
v1.12.0
Compare
Choose a tag to compare

Changed

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

Release 1.11.1

28 Apr 13:55
v1.11.1
3084677
Compare
Choose a tag to compare

Fixed

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

Release 1.11.0

24 Mar 02:09
v1.11.0
Compare
Choose a tag to compare

Added

Changed

  • #69: Updated testing for Go 1.8

Fixed

Release 1.10.2

24 Jan 14:50
v1.10.2
2b46764
Compare
Choose a tag to compare

Fixed

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

Release 1.10.1

18 Jan 14:25
v1.10.1
bac0f48
Compare
Choose a tag to compare

Fixed

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

Release 1.10.0

09 Jan 17:56
v1.10.0
87fca6b
Compare
Choose a tag to compare

Added

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