@@ -14,6 +14,19 @@ package updates, you can specify your package dependency using
1414
1515* No changes yet.*
1616
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+
1730## [ 0.2.1] - 2020-07-30
1831
1932### Additions
@@ -290,7 +303,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
290303
291304<!-- Link references for releases -->
292305
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
294308[ 0.2.1 ] : https://github.com/apple/swift-argument-parser/compare/0.2.0...0.2.1
295309[ 0.2.0 ] : https://github.com/apple/swift-argument-parser/compare/0.1.0...0.2.0
296310[ 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
321335[ iainsmith ] : https://github.com/apple/swift-argument-parser/commits?author=iainsmith
322336[ ibrahimoktay ] : https://github.com/apple/swift-argument-parser/commits?author=ibrahimoktay
323337[ IngmarStein ] : https://github.com/apple/swift-argument-parser/commits?author=IngmarStein
338+ [ interstateone ] : https://github.com/apple/swift-argument-parser/commits?author=interstateone
324339[ john-mueller ] : https://github.com/apple/swift-argument-parser/commits?author=john-mueller
325340[ jonathanpenn ] : https://github.com/apple/swift-argument-parser/commits?author=jonathanpenn
326341[ 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
337352[ sgl0v ] : https://github.com/apple/swift-argument-parser/commits?author=sgl0v
338353[ sharplet ] : https://github.com/apple/swift-argument-parser/commits?author=sharplet
339354[ sjavora ] : https://github.com/apple/swift-argument-parser/commits?author=sjavora
355+ [ stuartcarnie ] : https://github.com/apple/swift-argument-parser/commits?author=stuartcarnie
340356[ toddthomas ] : https://github.com/apple/swift-argument-parser/commits?author=toddthomas
341357[ Wevah ] : https://github.com/apple/swift-argument-parser/commits?author=Wevah
342358[ Wildchild9 ] : https://github.com/apple/swift-argument-parser/commits?author=Wildchild9
343359[ YuAo ] : https://github.com/apple/swift-argument-parser/commits?author=YuAo
344360[ zntfdr ] : https://github.com/apple/swift-argument-parser/commits?author=zntfdr
345-
0 commit comments