@@ -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.3] - 2023-08-15
14
+
15
+ ### Additions
16
+
17
+ - You can now use ArgumentParser with Musl libc. ([ #574 ] )
18
+
19
+ ### Fixes
20
+
21
+ - Fixes a bug where single-page manuals did not include command abstracts for
22
+ subcommands. ([ #552 ] )
23
+ - Fixes a bug where non-optional properties in ParsableCommands could cause
24
+ ArgumentParser to crash. You can now include properties like dictionaries in
25
+ ParsableCommands without issue. ([ #554 ] )
26
+ - Fixes a configuration issue which would cause ` ArgumentParserTestHelpers ` to
27
+ fail to link when building for Windows. ([ #579 ] )
28
+
29
+ The 1.2.3 release includes contributions from [ compnerd] , [ gwynne] ,
30
+ [ MaxDesiatov] , [ natecook1000] , and [ rauhul] . Thank you!
31
+
13
32
## [ 1.2.2] - 2023-02-09
14
33
15
34
### Fixes
@@ -776,7 +795,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
776
795
777
796
<!-- Link references for releases -->
778
797
779
- [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/1.2.2...HEAD
798
+ [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/1.2.3...HEAD
799
+ [ 1.2.3 ] : https://github.com/apple/swift-argument-parser/compare/1.2.2...1.2.3
780
800
[ 1.2.2 ] : https://github.com/apple/swift-argument-parser/compare/1.2.1...1.2.2
781
801
[ 1.2.1 ] : https://github.com/apple/swift-argument-parser/compare/1.2.0...1.2.1
782
802
[ 1.2.0 ] : https://github.com/apple/swift-argument-parser/compare/1.1.4...1.2.0
@@ -867,6 +887,10 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
867
887
[ #547 ] : https://github.com/apple/swift-argument-parser/pull/547
868
888
[ #548 ] : https://github.com/apple/swift-argument-parser/pull/548
869
889
[ #550 ] : https://github.com/apple/swift-argument-parser/pull/550
890
+ [ #552 ] : https://github.com/apple/swift-argument-parser/pull/552
891
+ [ #554 ] : https://github.com/apple/swift-argument-parser/pull/554
892
+ [ #574 ] : https://github.com/apple/swift-argument-parser/pull/574
893
+ [ #579 ] : https://github.com/apple/swift-argument-parser/pull/579
870
894
871
895
<!-- Link references for contributors -->
872
896
@@ -897,6 +921,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
897
921
[ glessard ] : https://github.com/apple/swift-argument-parser/commits?author=glessard
898
922
[ gmittert ] : https://github.com/apple/swift-argument-parser/commits?author=gmittert
899
923
[ griffin-stewie ] : https://github.com/apple/swift-argument-parser/commits?author=griffin-stewie
924
+ [ gwynne ] : https://github.com/apple/swift-argument-parser/commits?author=gwynne
900
925
[ iainsmith ] : https://github.com/apple/swift-argument-parser/commits?author=iainsmith
901
926
[ ian-twilightcoder ] : https://github.com/apple/swift-argument-parser/commits?author=ian-twilightcoder
902
927
[ ibrahimoktay ] : https://github.com/apple/swift-argument-parser/commits?author=ibrahimoktay
0 commit comments