@@ -10,6 +10,27 @@ Add new items at the end of the relevant section under **Unreleased**.
1010
1111--- 
1212
13+ ## [ 1.2.1]  - 2023-01-12 
14+ 
15+ ### Changes  
16+ 
17+ -  Documentation is now primarily hosted at the 
18+   [ Swift Package Index] ( https://swiftpackageindex.com/apple/swift-argument-parser ) .
19+ 
20+ ### Fixes  
21+ 
22+ -  ` exit(_:) `  no longer causes infinite recursion on the WASI platform. ([ #520  ] )
23+ -  Completion scripts for ` fish `  now provide completions after a 
24+   non-hyphen-prefixed argument has been provided. ([ #535  ] ) 
25+ -  Overload selection for custom ` ExpressibleByArgument `  types has been improved. 
26+   ([ #522  ] )
27+ -  The usage string for ` .postTerminator `  arguments now includes the required
28+   terminator (` -- ` ). ([ #542  ] )
29+ -  Documentation and testing fixes and improvements.
30+ 
31+ The 1.2.1 release includes contributions from [ Chamepp] , [ kkk669] , [ mtj0928] ,
32+ [ natecook1000] , [ rauhul] , [ rickrizzo] , [ TiagoMaiaL] , and [ yim-lee] . Thank you!
33+ 
1334## [ 1.2.0]  - 2022-11-08 
1435
1536### Additions  
@@ -743,7 +764,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
743764
744765<!--  Link references for releases --> 
745766
746- [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/1.2.0...HEAD 
767+ [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/1.2.1...HEAD 
768+ [ 1.2.1 ] : https://github.com/apple/swift-argument-parser/compare/1.2.0...1.2.1 
747769[ 1.2.0 ] : https://github.com/apple/swift-argument-parser/compare/1.1.4...1.2.0 
748770[ 1.1.4 ] : https://github.com/apple/swift-argument-parser/compare/1.1.3...1.1.4 
749771[ 1.1.3 ] : https://github.com/apple/swift-argument-parser/compare/1.1.2...1.1.3 
@@ -825,6 +847,10 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
825847[ #495 ] : https://github.com/apple/swift-argument-parser/pull/495 
826848[ #496 ] : https://github.com/apple/swift-argument-parser/pull/496 
827849[ #505 ] : https://github.com/apple/swift-argument-parser/pull/505 
850+ [ #520 ] : https://github.com/apple/swift-argument-parser/pull/520 
851+ [ #522 ] : https://github.com/apple/swift-argument-parser/pull/522 
852+ [ #535 ] : https://github.com/apple/swift-argument-parser/pull/535 
853+ [ #542 ] : https://github.com/apple/swift-argument-parser/pull/542 
828854
829855<!--  Link references for contributors --> 
830856
@@ -837,6 +863,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
837863[ atierian ] : https://github.com/apple/swift-argument-parser/commits?author=atierian 
838864[ BradLarson ] : https://github.com/apple/swift-argument-parser/commits?author=BradLarson 
839865[ buttaface ] : https://github.com/apple/swift-argument-parser/commits?author=buttaface 
866+ [ Chamepp ] : https://github.com/apple/swift-argument-parser/commits?author=Chamepp 
840867[ clayellis ] : https://github.com/apple/swift-argument-parser/commits?author=clayellis 
841868[ CodaFi ] : https://github.com/apple/swift-argument-parser/commits?author=CodaFi 
842869[ compnerd ] : https://github.com/apple/swift-argument-parser/commits?author=compnerd 
@@ -866,6 +893,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
866893[ keith ] : https://github.com/apple/swift-argument-parser/commits?author=keith 
867894[ KeithBird ] : https://github.com/apple/swift-argument-parser/commits?author=KeithBird 
868895[ kennyyork ] : https://github.com/apple/swift-argument-parser/commits?author=kennyyork 
896+ [ kkk669 ] : https://github.com/apple/swift-argument-parser/commits?author=kkk669 
869897[ klaaspieter ] : https://github.com/apple/swift-argument-parser/commits?author=klaaspieter 
870898[ konomae ] : https://github.com/apple/swift-argument-parser/commits?author=konomae 
871899[ KS1019 ] : https://github.com/apple/swift-argument-parser/commits?author=KS1019 
@@ -881,12 +909,14 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
881909[ miggs597 ] : https://github.com/apple/swift-argument-parser/commits?author=miggs597 
882910[ miguelangel-dev ] : https://github.com/apple/swift-argument-parser/commits?author=miguelangel-dev 
883911[ MPLew-is ] : https://github.com/apple/swift-argument-parser/commits?author=MPLew-is 
912+ [ mtj0928 ] : https://github.com/apple/swift-argument-parser/commits?author=mtj0928 
884913[ natecook1000 ] : https://github.com/apple/swift-argument-parser/commits?author=natecook1000 
885914[ NicFontana ] : https://github.com/apple/swift-argument-parser/commits?author=NicFontana 
886915[ owenv ] : https://github.com/apple/swift-argument-parser/commits?author=owenv 
887916[ pegasuze ] : https://github.com/apple/swift-argument-parser/commits?author=pegasuze 
888917[ randomeizer ] : https://github.com/apple/swift-argument-parser/commits?author=randomeizer 
889918[ rauhul ] : https://github.com/apple/swift-argument-parser/commits?author=rauhul 
919+ [ rickrizzo ] : https://github.com/apple/swift-argument-parser/commits?author=rickrizzo 
890920[ rjstelling ] : https://github.com/apple/swift-argument-parser/commits?author=rjstelling 
891921[ Sajjon ] : https://github.com/apple/swift-argument-parser/commits?author=Sajjon 
892922[ schlagelk ] : https://github.com/apple/swift-argument-parser/commits?author=schlagelk 
@@ -896,10 +926,12 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
896926[ sjavora ] : https://github.com/apple/swift-argument-parser/commits?author=sjavora 
897927[ stuartcarnie ] : https://github.com/apple/swift-argument-parser/commits?author=stuartcarnie 
898928[ thomasvl ] : https://github.com/apple/swift-argument-parser/commits?author=thomasvl 
929+ [ TiagoMaiaL ] : https://github.com/apple/swift-argument-parser/commits?author=TiagoMaiaL 
899930[ toddthomas ] : https://github.com/apple/swift-argument-parser/commits?author=toddthomas 
900931[ werm098 ] : https://github.com/apple/swift-argument-parser/commits?author=werm098 
901932[ Wevah ] : https://github.com/apple/swift-argument-parser/commits?author=Wevah 
902933[ Wildchild9 ] : https://github.com/apple/swift-argument-parser/commits?author=Wildchild9 
934+ [ yim-lee ] : https://github.com/apple/swift-argument-parser/commits?author=yim-lee 
903935[ yonihemi ] : https://github.com/apple/swift-argument-parser/commits?author=yonihemi 
904936[ YuAo ] : https://github.com/apple/swift-argument-parser/commits?author=YuAo 
905937[ zkiraly ] : https://github.com/apple/swift-argument-parser/commits?author=zkiraly 
0 commit comments