Skip to content

Commit

Permalink
Updating in prep for 0.10.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfarina committed Apr 6, 2016
1 parent cc3be69 commit 2d0eb38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release 0.10.2 (2016-04-06)

- Issue #362: Updated docs on how -update-vendored works to help avoid confusion.
- Fixed #371: Warn when name/location mismatch.
- Fixed #290: On windows Glide was sometimes pulls in current project (thanks tzneal).
- Fixed #361: Handle relative imports (thanks tmm1).
- Fixed #373: Go 1.7 context package import issues.

# Release 0.10.1 (2016-03-25)

- Fixed #354: Fixed a situation where a dependency could be fetched when
Expand Down
2 changes: 1 addition & 1 deletion glide.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import (
"os/user"
)

var version = "0.11.0-dev"
var version = "0.10.2"

const usage = `The lightweight vendor package manager for your Go projects.
Expand Down

0 comments on commit 2d0eb38

Please sign in to comment.