Releases: Masterminds/vcs
Releases · Masterminds/vcs
Release 1.13.3
Compare
Sorry, something went wrong.
No results found
Fixed
Case sensitive use of the module name
Release 1.13.2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
#76 : Fix submodule handling for Windows (thanks @m0j0hn )
Release 1.11.0
Compare
Sorry, something went wrong.
No results found
Added
Changed
#69 : Updated testing for Go 1.8
Fixed
Release 1.10.2
Compare
Sorry, something went wrong.
No results found
Fixed
#63 : Remove extra quotes in submodule export (thanks @dt )
Release 1.10.1
Compare
Sorry, something went wrong.
No results found
Fixed
#62 : Added windows testing via appveyor and fixed issues under windows.
Release 1.10.0
Compare
Sorry, something went wrong.
No results found
Added
#60 : Handle Git submodules (thanks @sdboyer )
#61 : Add gometalinter to testing