Skip to content

0.5.1

Compare
Choose a tag to compare
@mattfarina mattfarina released this 31 Aug 14:09
· 803 commits to master since this release

This is a bug fix release. The largest of which is that now Glide works properly with vendored packages and can properly update them.

  • Fixed #58: Guess command not working.
  • Fixed #56: Unable to use glide get on golang.org/x/[name]/[subpackage]
  • Fixed #61: The wrong version of a dependency can be pinned when packages are vendored (no VCS repo associated with them).
  • Fixed #67: Unable to work go-get redirects.
  • Fixed #66: 'glide up' now has an --update-vendored (-u) flag to update vendored directories.
  • Fixed #68: Handling the base where the GOPATH has multiple separated directories.