Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

CHANGELOG: prepare for 0.5.2 release #2157

Merged
merged 1 commit into from
May 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# v0.5.2

Released on May 8, 2019

IMPROVEMENTS:

* Dep will read a netrc file now, which should allow you to authenticate against
Gitlab and other private repositories that require basic auth. ([#2155][2155])

* Ignore "mod" VCS type in parseMetaGoImports ([#2152][2152])

* Use correct filename for ARM releases.

# v0.5.1

Released on February 16, 2019

IMPROVEMENTS:

* Add CI tests against go1.11.
Expand Down