@@ -14,6 +14,19 @@ package updates, you can specify your package dependency using
14
14
15
15
* No changes yet.*
16
16
17
+ ---
18
+
19
+ ## [ 0.2.2] - 2020-08-05
20
+
21
+ ### Fixes
22
+
23
+ - Zsh completion scripts have improved documentation and better support
24
+ multi-word completion strings, escaped characters, non-standard executable
25
+ locations, and empty help strings.
26
+
27
+ The 0.2.2 release includes contributions from [ interstateone] ,
28
+ [ miguelangel-dev] , [ natecook1000] , [ stuartcarnie] , and [ Wevah] . Thank you!
29
+
17
30
## [ 0.2.1] - 2020-07-30
18
31
19
32
### Additions
@@ -290,7 +303,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
290
303
291
304
<!-- Link references for releases -->
292
305
293
- [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/0.2.1...HEAD
306
+ [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/0.2.2...HEAD
307
+ [ 0.2.2 ] : https://github.com/apple/swift-argument-parser/compare/0.2.1...0.2.2
294
308
[ 0.2.1 ] : https://github.com/apple/swift-argument-parser/compare/0.2.0...0.2.1
295
309
[ 0.2.0 ] : https://github.com/apple/swift-argument-parser/compare/0.1.0...0.2.0
296
310
[ 0.1.0 ] : https://github.com/apple/swift-argument-parser/compare/0.0.6...0.1.0
@@ -321,6 +335,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
321
335
[ iainsmith ] : https://github.com/apple/swift-argument-parser/commits?author=iainsmith
322
336
[ ibrahimoktay ] : https://github.com/apple/swift-argument-parser/commits?author=ibrahimoktay
323
337
[ IngmarStein ] : https://github.com/apple/swift-argument-parser/commits?author=IngmarStein
338
+ [ interstateone ] : https://github.com/apple/swift-argument-parser/commits?author=interstateone
324
339
[ john-mueller ] : https://github.com/apple/swift-argument-parser/commits?author=john-mueller
325
340
[ jonathanpenn ] : https://github.com/apple/swift-argument-parser/commits?author=jonathanpenn
326
341
[ kennyyork ] : https://github.com/apple/swift-argument-parser/commits?author=kennyyork
@@ -337,9 +352,9 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
337
352
[ sgl0v ] : https://github.com/apple/swift-argument-parser/commits?author=sgl0v
338
353
[ sharplet ] : https://github.com/apple/swift-argument-parser/commits?author=sharplet
339
354
[ sjavora ] : https://github.com/apple/swift-argument-parser/commits?author=sjavora
355
+ [ stuartcarnie ] : https://github.com/apple/swift-argument-parser/commits?author=stuartcarnie
340
356
[ toddthomas ] : https://github.com/apple/swift-argument-parser/commits?author=toddthomas
341
357
[ Wevah ] : https://github.com/apple/swift-argument-parser/commits?author=Wevah
342
358
[ Wildchild9 ] : https://github.com/apple/swift-argument-parser/commits?author=Wildchild9
343
359
[ YuAo ] : https://github.com/apple/swift-argument-parser/commits?author=YuAo
344
360
[ zntfdr ] : https://github.com/apple/swift-argument-parser/commits?author=zntfdr
345
-
0 commit comments