Skip to content

Commit

Permalink
Bump version to 1.7.8 [#119034231]
Browse files Browse the repository at this point in the history
  • Loading branch information
dgodd committed May 10, 2016
1 parent 0209d60 commit b96db87
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v1.7.8 May 10, 2016
====================

* Update Godep to v65
(https://www.pivotaltracker.com/story/show/119235111)

* Remove fail case for govendor
the bin/compile script now does not fail if it detects govendor,
because govendor should comply with native go vendoring in
(https://www.pivotaltracker.com/story/show/119184383)

* Allow go native vendoring to skip `vendor/` directory
Detect now has an "extra" option to allow an app with `.go` files and
$GOPACKAGENAME even if it is missing a vendor directory
(https://www.pivotaltracker.com/story/show/118519961)


v1.7.7 Apr 26, 2016
====================

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.7
1.7.8

0 comments on commit b96db87

Please sign in to comment.