Skip to content

Commit 3e7d2fe

Browse files
authored
Update changelog for 0.2.2 release (#224)
1 parent 115cacd commit 3e7d2fe

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)