@@ -10,6 +10,27 @@ Add new items at the end of the relevant section under **Unreleased**.
10
10
11
11
---
12
12
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
+
13
34
## [ 1.2.0] - 2022-11-08
14
35
15
36
### Additions
@@ -743,7 +764,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
743
764
744
765
<!-- Link references for releases -->
745
766
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
747
769
[ 1.2.0 ] : https://github.com/apple/swift-argument-parser/compare/1.1.4...1.2.0
748
770
[ 1.1.4 ] : https://github.com/apple/swift-argument-parser/compare/1.1.3...1.1.4
749
771
[ 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
825
847
[ #495 ] : https://github.com/apple/swift-argument-parser/pull/495
826
848
[ #496 ] : https://github.com/apple/swift-argument-parser/pull/496
827
849
[ #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
828
854
829
855
<!-- Link references for contributors -->
830
856
@@ -837,6 +863,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
837
863
[ atierian ] : https://github.com/apple/swift-argument-parser/commits?author=atierian
838
864
[ BradLarson ] : https://github.com/apple/swift-argument-parser/commits?author=BradLarson
839
865
[ buttaface ] : https://github.com/apple/swift-argument-parser/commits?author=buttaface
866
+ [ Chamepp ] : https://github.com/apple/swift-argument-parser/commits?author=Chamepp
840
867
[ clayellis ] : https://github.com/apple/swift-argument-parser/commits?author=clayellis
841
868
[ CodaFi ] : https://github.com/apple/swift-argument-parser/commits?author=CodaFi
842
869
[ 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
866
893
[ keith ] : https://github.com/apple/swift-argument-parser/commits?author=keith
867
894
[ KeithBird ] : https://github.com/apple/swift-argument-parser/commits?author=KeithBird
868
895
[ kennyyork ] : https://github.com/apple/swift-argument-parser/commits?author=kennyyork
896
+ [ kkk669 ] : https://github.com/apple/swift-argument-parser/commits?author=kkk669
869
897
[ klaaspieter ] : https://github.com/apple/swift-argument-parser/commits?author=klaaspieter
870
898
[ konomae ] : https://github.com/apple/swift-argument-parser/commits?author=konomae
871
899
[ 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
881
909
[ miggs597 ] : https://github.com/apple/swift-argument-parser/commits?author=miggs597
882
910
[ miguelangel-dev ] : https://github.com/apple/swift-argument-parser/commits?author=miguelangel-dev
883
911
[ 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
884
913
[ natecook1000 ] : https://github.com/apple/swift-argument-parser/commits?author=natecook1000
885
914
[ NicFontana ] : https://github.com/apple/swift-argument-parser/commits?author=NicFontana
886
915
[ owenv ] : https://github.com/apple/swift-argument-parser/commits?author=owenv
887
916
[ pegasuze ] : https://github.com/apple/swift-argument-parser/commits?author=pegasuze
888
917
[ randomeizer ] : https://github.com/apple/swift-argument-parser/commits?author=randomeizer
889
918
[ rauhul ] : https://github.com/apple/swift-argument-parser/commits?author=rauhul
919
+ [ rickrizzo ] : https://github.com/apple/swift-argument-parser/commits?author=rickrizzo
890
920
[ rjstelling ] : https://github.com/apple/swift-argument-parser/commits?author=rjstelling
891
921
[ Sajjon ] : https://github.com/apple/swift-argument-parser/commits?author=Sajjon
892
922
[ 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
896
926
[ sjavora ] : https://github.com/apple/swift-argument-parser/commits?author=sjavora
897
927
[ stuartcarnie ] : https://github.com/apple/swift-argument-parser/commits?author=stuartcarnie
898
928
[ thomasvl ] : https://github.com/apple/swift-argument-parser/commits?author=thomasvl
929
+ [ TiagoMaiaL ] : https://github.com/apple/swift-argument-parser/commits?author=TiagoMaiaL
899
930
[ toddthomas ] : https://github.com/apple/swift-argument-parser/commits?author=toddthomas
900
931
[ werm098 ] : https://github.com/apple/swift-argument-parser/commits?author=werm098
901
932
[ Wevah ] : https://github.com/apple/swift-argument-parser/commits?author=Wevah
902
933
[ 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
903
935
[ yonihemi ] : https://github.com/apple/swift-argument-parser/commits?author=yonihemi
904
936
[ YuAo ] : https://github.com/apple/swift-argument-parser/commits?author=YuAo
905
937
[ zkiraly ] : https://github.com/apple/swift-argument-parser/commits?author=zkiraly
0 commit comments