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

Commit f19f319

Browse files
authored
Merge pull request #1179 from darkowlzz/changelog
add CHANGELOG.md
2 parents 418356b + 8ef8b74 commit f19f319

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# 0.3.1 (Unreleased)
2+
3+
* gps: Add satisfiability check for case variants (#1079)
4+
* Validate Project Roots in manifest (#1116)
5+
* gps: Properly separate sources for different gopkg.in versions & github
6+
(#1132)
7+
* gps: Add persistent BoltDB cache (#1098)
8+
* gps: Increase default subcommand timeout to 30s (#1087)
9+
* Fix importer [issue](https://github.com/golang/dep/issues/939) where the
10+
importer would drop the imported version of a project (#1100)
11+
* Import analyzer now always uses the same name, fixing the lock mismatch
12+
immediately after dep init issue (#1099)
13+
* Add support for importing from [govend](https://github.com/govend/govend)
14+
(#1040) and [LK4D4/vndr](https://github.com/LK4D4/vndr) (#978) based projects
15+
* gps: gps no longer assumes that every git repo has a HEAD (#1053)
16+
* `os.Chmod` failures on Windows due to long path length has been fixed (#925)
17+
* Add `version` command (#996)
18+
* Drop support for building with go1.7 (#714)
19+
* gps: Parse abbreviated git revisions (#1027)
20+
* gps: Parallelize writing dep tree (#1021)
21+
* `status` now shows the progress in verbose mode (#1009, #1037)
22+
* Fix empty `Constraint` and `Version` in `status` json output (#976)
23+
* `status` table output now shows override constraints (#918)
24+
* gps: Display warning message every 15 seconds when lockfile is busy (#958)
25+
* gps: Hashing directory tree and tree verification (#959)
26+
* `ensure` now has `-vendor-only` mode to populate vendor/ without updating
27+
Gopkg.lock (#954)
28+
* Use fork of Masterminds/semver until
29+
Masterminds/semver [issue#59](https://github.com/Masterminds/semver/issues/59)
30+
is fixed upstream (#938)
31+
* gps: Ensure packages are deducible before attempting to solve (#697)

0 commit comments

Comments
 (0)