Skip to content

Commit 4ad606b

Browse files
authored
Update changelog for 1.2.1 release (apple#540)
1 parent 846d1ad commit 4ad606b

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

Diff for: CHANGELOG.md

+33-1
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)