@@ -25,9 +25,25 @@ _Notes on the upcoming release will be added here_
2525
2626<!-- Maintainers, insert changes / features for the next release here -->
2727
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+
2842## vcspull 1.15.0 (2022-10-09)
2943
30- ### Completions have changed (#400 )
44+ ### Completions have changed
45+
46+ _ via #400_
3147
3248Completions now use a different tool: [ shtab] . See the [ completions page] for more information.
3349
@@ -40,6 +56,8 @@ If you were using earlier versions of vcspull (earlier than 1.15.0), you may nee
4056
4157### Pulling all repositories
4258
59+ _ via #394_
60+
4361Empty command will now show help output
4462
4563``` console
@@ -65,6 +83,8 @@ Depending on how shell escaping works in your shell setup with [wild card / aste
6583
6684### Terms with no match in config will show a notice
6785
86+ _ via #394_
87+
6888> No repo found in config(s) for "non_existent_repo"
6989
7090- 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
85105
86106### Untracked files
87107
108+ _ via https://github.com/vcs-python/libvcs/pull/425 _
109+
88110Syncing 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)
90112
91113<!-- -
92114# vim: set filetype=markdown:
0 commit comments