Skip to content

Release 0.8.2

Compare
Choose a tag to compare
@mattfarina mattfarina released this 21 Dec 15:27
· 624 commits to master since this release

With this release you may need to regenerate your glide.lock files because there was an error correctly generating the hash of the glide.yaml file. This is used to detect changes.

  • Fixed #169: cookoo git url has auth info. Makes glide unbuildable for
    environments not setup for GitHub.
  • Fixed #180: the hash in the glide.lock file was not being properly calculated.
  • Fixed #174: glide get was causing an error when the flad --updated-vendored
    was being used.
  • Fixed #175: glide get when the GOPATH isn't setup properly could end up in
    an infinate loop.