This repository was archived by the owner on Sep 9, 2020. It is now read-only.
File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# v0.3.2 (Unreleased)
2
2
3
+ NEW FEATURES:
4
+
5
+ * Disable SourceManager lock by setting ` DEPNOLOCK ` environment variable.
6
+ (#1206 )
7
+
3
8
BUG FIXES:
4
9
10
+ * gps: Fix case mismatch error with multiple dependers. (#1233 )
5
11
* Skip broken ` vendor ` symlink rather than returning an error. (#1191 )
6
12
* Fix ` status ` shows incorrect reason for lock mismatch when ignoring packages.
7
13
(#1216 )
8
14
9
15
IMPROVEMENTS:
10
16
17
+ * Allow ` dep ensure -add ` and ` -update ` when lock is out-of-sync. (#1225 )
18
+ * gps: vcs: Dedupe git version list (#1212 )
19
+ * gps: Add prune functions to gps. (#1020 )
20
+ * gps: Skip broken vendor symlinks. (#1191 )
11
21
* ` dep ensure -add ` now concurrently fetches the source and adds the projects.
12
22
(#1218 )
13
23
* File name case check is now performed on ` Gopkg.toml ` and ` Gopkg.lock ` .
@@ -17,6 +27,13 @@ IMPROVEMENTS:
17
27
Improving performance when updating dependencies with ` -update ` . (#1175 )
18
28
* ` dep status ` now concurrently fetches repo info. Improving status performance.
19
29
(#1135 )
30
+ * gps: Add SourceURLsForPath() to SourceManager. (#1166 )
31
+ * gps: Include output in error. (#1180 )
32
+
33
+ WIP:
34
+
35
+ * gps: Process canonical import paths. (#1017 )
36
+ * gps: Persistent cache. (#1127 , #1215 )
20
37
21
38
22
39
# v0.3.1
You can’t perform that action at this time.
0 commit comments