@@ -25,9 +25,25 @@ _Notes on the upcoming release will be added here_
25
25
26
26
<!-- Maintainers, insert changes / features for the next release here -->
27
27
28
+ ## vcspull 1.15.1 (2022-10-16)
29
+
30
+ ### Completions for ` -c ` / ` --config ` files
31
+
32
+ After updating, you can re-run [ shtab] 's setup (see [ completions page] ) completion of:
33
+
34
+ ``` console
35
+ $ vcspull sync -c [tab]
36
+ ```
37
+
38
+ ``` console
39
+ $ vcspull sync --config [tab]
40
+ ```
41
+
28
42
## vcspull 1.15.0 (2022-10-09)
29
43
30
- ### Completions have changed (#400 )
44
+ ### Completions have changed
45
+
46
+ _ via #400_
31
47
32
48
Completions now use a different tool: [ shtab] . See the [ completions page] for more information.
33
49
@@ -40,6 +56,8 @@ If you were using earlier versions of vcspull (earlier than 1.15.0), you may nee
40
56
41
57
### Pulling all repositories
42
58
59
+ _ via #394_
60
+
43
61
Empty command will now show help output
44
62
45
63
``` console
@@ -65,6 +83,8 @@ Depending on how shell escaping works in your shell setup with [wild card / aste
65
83
66
84
### Terms with no match in config will show a notice
67
85
86
+ _ via #394_
87
+
68
88
> No repo found in config(s) for "non_existent_repo"
69
89
70
90
- Syncing will now skip to the next repos if an error is encountered
@@ -85,8 +105,10 @@ $ vcspull --log-level DEBUG sync --exit-on-error grako django
85
105
86
106
### Untracked files
87
107
108
+ _ via https://github.com/vcs-python/libvcs/pull/425 _
109
+
88
110
Syncing in git repositories with untracked files has been improved (via libvcs
89
- 0.17, https://github.com/vcs-python/libvcs/pull/425 )
111
+ 0.17)
90
112
91
113
<!-- -
92
114
# vim: set filetype=markdown:
0 commit comments