@@ -10,6 +10,25 @@ Add new items at the end of the relevant section under **Unreleased**.
10
10
11
11
---
12
12
13
+ ## [ 1.2.1] - 2023-01-09
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
+ - Documentation and testing fixes and improvements.
28
+
29
+ The 1.2.1 release includes contributions from [ Chamepp] , [ kkk669] , [ mtj0928] ,
30
+ [ natecook1000] , [ rauhul] , [ rickrizzo] , and [ yim-lee] . Thank you!
31
+
13
32
## [ 1.2.0] - 2022-11-08
14
33
15
34
### Additions
@@ -743,7 +762,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
743
762
744
763
<!-- Link references for releases -->
745
764
746
- [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/1.2.0...HEAD
765
+ [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/1.2.1...HEAD
766
+ [ 1.2.1 ] : https://github.com/apple/swift-argument-parser/compare/1.2.0...1.2.1
747
767
[ 1.2.0 ] : https://github.com/apple/swift-argument-parser/compare/1.1.4...1.2.0
748
768
[ 1.1.4 ] : https://github.com/apple/swift-argument-parser/compare/1.1.3...1.1.4
749
769
[ 1.1.3 ] : https://github.com/apple/swift-argument-parser/compare/1.1.2...1.1.3
@@ -825,6 +845,9 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
825
845
[ #495 ] : https://github.com/apple/swift-argument-parser/pull/495
826
846
[ #496 ] : https://github.com/apple/swift-argument-parser/pull/496
827
847
[ #505 ] : https://github.com/apple/swift-argument-parser/pull/505
848
+ [ #520 ] : https://github.com/apple/swift-argument-parser/pull/520
849
+ [ #522 ] : https://github.com/apple/swift-argument-parser/pull/522
850
+ [ #535 ] : https://github.com/apple/swift-argument-parser/pull/535
828
851
829
852
<!-- Link references for contributors -->
830
853
@@ -837,6 +860,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
837
860
[ atierian ] : https://github.com/apple/swift-argument-parser/commits?author=atierian
838
861
[ BradLarson ] : https://github.com/apple/swift-argument-parser/commits?author=BradLarson
839
862
[ buttaface ] : https://github.com/apple/swift-argument-parser/commits?author=buttaface
863
+ [ Chamepp ] : https://github.com/apple/swift-argument-parser/commits?author=Chamepp
840
864
[ clayellis ] : https://github.com/apple/swift-argument-parser/commits?author=clayellis
841
865
[ CodaFi ] : https://github.com/apple/swift-argument-parser/commits?author=CodaFi
842
866
[ compnerd ] : https://github.com/apple/swift-argument-parser/commits?author=compnerd
@@ -866,6 +890,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
866
890
[ keith ] : https://github.com/apple/swift-argument-parser/commits?author=keith
867
891
[ KeithBird ] : https://github.com/apple/swift-argument-parser/commits?author=KeithBird
868
892
[ kennyyork ] : https://github.com/apple/swift-argument-parser/commits?author=kennyyork
893
+ [ kkk669 ] : https://github.com/apple/swift-argument-parser/commits?author=kkk669
869
894
[ klaaspieter ] : https://github.com/apple/swift-argument-parser/commits?author=klaaspieter
870
895
[ konomae ] : https://github.com/apple/swift-argument-parser/commits?author=konomae
871
896
[ KS1019 ] : https://github.com/apple/swift-argument-parser/commits?author=KS1019
@@ -881,12 +906,14 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
881
906
[ miggs597 ] : https://github.com/apple/swift-argument-parser/commits?author=miggs597
882
907
[ miguelangel-dev ] : https://github.com/apple/swift-argument-parser/commits?author=miguelangel-dev
883
908
[ MPLew-is ] : https://github.com/apple/swift-argument-parser/commits?author=MPLew-is
909
+ [ mtj0928 ] : https://github.com/apple/swift-argument-parser/commits?author=mtj0928
884
910
[ natecook1000 ] : https://github.com/apple/swift-argument-parser/commits?author=natecook1000
885
911
[ NicFontana ] : https://github.com/apple/swift-argument-parser/commits?author=NicFontana
886
912
[ owenv ] : https://github.com/apple/swift-argument-parser/commits?author=owenv
887
913
[ pegasuze ] : https://github.com/apple/swift-argument-parser/commits?author=pegasuze
888
914
[ randomeizer ] : https://github.com/apple/swift-argument-parser/commits?author=randomeizer
889
915
[ rauhul ] : https://github.com/apple/swift-argument-parser/commits?author=rauhul
916
+ [ rickrizzo ] : https://github.com/apple/swift-argument-parser/commits?author=rickrizzo
890
917
[ rjstelling ] : https://github.com/apple/swift-argument-parser/commits?author=rjstelling
891
918
[ Sajjon ] : https://github.com/apple/swift-argument-parser/commits?author=Sajjon
892
919
[ schlagelk ] : https://github.com/apple/swift-argument-parser/commits?author=schlagelk
@@ -900,6 +927,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
900
927
[ werm098 ] : https://github.com/apple/swift-argument-parser/commits?author=werm098
901
928
[ Wevah ] : https://github.com/apple/swift-argument-parser/commits?author=Wevah
902
929
[ Wildchild9 ] : https://github.com/apple/swift-argument-parser/commits?author=Wildchild9
930
+ [ yim-lee ] : https://github.com/apple/swift-argument-parser/commits?author=yim-lee
903
931
[ yonihemi ] : https://github.com/apple/swift-argument-parser/commits?author=yonihemi
904
932
[ YuAo ] : https://github.com/apple/swift-argument-parser/commits?author=YuAo
905
933
[ zkiraly ] : https://github.com/apple/swift-argument-parser/commits?author=zkiraly
0 commit comments