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

Commit 6d95d0d

Browse files
authoredJan 24, 2018
Merge pull request #1559 from sdboyer/v040-release-prep
v0.4.0 release prep
2 parents 4a3baf8 + 916906b commit 6d95d0d

File tree

159 files changed

+17
-30893
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+17
-30893
lines changed
 

‎CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# v0.4.0 (Unreleased)
1+
# (next version)
2+
3+
NEW FEATURES:
4+
5+
BUG FIXES:
6+
7+
IMPROVEMENTS:
8+
9+
# v0.4.0
210

311
NEW FEATURES:
412
* Add support for importing from [glock](https://github.com/robfig/glock) based projects. ([#1422](https://github.com/golang/dep/pull/1422)

‎cmd/dep/testdata/harness_tests/init/glide/case4/final/Gopkg.toml

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
[[constraint]]
33
name = "github.com/sdboyer/deptestdos"
44
version = "2.0.0"
5+
6+
[prune]
7+
go-tests = true
8+
unused-packages = true

0 commit comments

Comments
 (0)
This repository has been archived.