File tree 1 file changed +15
-3
lines changed
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,18 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
19
19
20
20
- _ Add your latest changes from PRs here_
21
21
22
+ ** Maintenance release, no features or fixes**
23
+
24
+ ### Internal
25
+
26
+ - Move from click to :mod:{argparse}
27
+
28
+ Click was more difficult to control and workwith, ironically.
29
+
30
+ ### Packaging
31
+
32
+ - Drop click dependency (#400 )
33
+
22
34
## vcspull v1.14.0 (2022-10-01)
23
35
24
36
** Maintenance release, no features or fixes**
@@ -230,7 +242,7 @@ Patch branch: [`v1.12.x`](https://github.com/vcs-python/vcspull/tree/v1.12.x)
230
242
231
243
### Fix
232
244
233
- - Tab-completion for repository names and configurations
245
+ - Tab-completion for repository names and configurations (retracted in v1.15)
234
246
235
247
## vcspull 1.11.1 (2022-03-12)
236
248
@@ -272,7 +284,7 @@ Patch branch: [`v1.12.x`](https://github.com/vcs-python/vcspull/tree/v1.12.x)
272
284
273
285
### Improvements
274
286
275
- - Experimental completion, see {ref} ` completion ` :
287
+ - Experimental completion (retracted in v1.15) :
276
288
277
289
- Completion for sync:
278
290
@@ -281,7 +293,7 @@ Patch branch: [`v1.12.x`](https://github.com/vcs-python/vcspull/tree/v1.12.x)
281
293
282
294
### Documentation
283
295
284
- - Added {ref} ` completion ` :
296
+ - Added completion:
285
297
286
298
## vcspull 1.9.0 (2022-02-26)
287
299
You can’t perform that action at this time.
0 commit comments