@@ -10,6 +10,26 @@ Add new items at the end of the relevant section under **Unreleased**.
10
10
11
11
---
12
12
13
+ ## [ 1.5.0] - 2024-07-18
14
+
15
+ ### Additions
16
+
17
+ - Subcommands can now be grouped into sections, to enable a better help display
18
+ for commands with many subcommands. ([ #644 ] )
19
+ - Improved unofficial support for Android and riscv64 platforms. ([ #649 ] , [ #651 ] )
20
+
21
+ ### Fixes
22
+
23
+ - Command-line completion scripts correctly complete for arguments that are
24
+ included via option group. ([ #648 ] )
25
+ - Several warnings when compiling with strict concurrency enabled, or in Swift
26
+ 6 language mode, are now silenced. ([ #650 ] )
27
+
28
+ The 1.5.0 release includes contributions from [ CraigSiemens] , [ DougGregor] ,
29
+ [ finagolfin] , [ futurejones] , and [ natecook1000] . Thank you!
30
+
31
+ ---
32
+
13
33
## [ 1.4.0] - 2024-05-21
14
34
15
35
### Additions
@@ -892,7 +912,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
892
912
893
913
<!-- Link references for releases -->
894
914
895
- [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/1.4.0...HEAD
915
+ [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/1.5.0...HEAD
916
+ [ 1.5.0 ] : https://github.com/apple/swift-argument-parser/compare/1.4.0...1.5.0
896
917
[ 1.4.0 ] : https://github.com/apple/swift-argument-parser/compare/1.3.1...1.4.0
897
918
[ 1.3.1 ] : https://github.com/apple/swift-argument-parser/compare/1.3.0...1.3.1
898
919
[ 1.3.0 ] : https://github.com/apple/swift-argument-parser/compare/1.2.3...1.3.0
@@ -1016,6 +1037,11 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
1016
1037
[ #627 ] : https://github.com/apple/swift-argument-parser/pull/627
1017
1038
[ #634 ] : https://github.com/apple/swift-argument-parser/pull/634
1018
1039
[ #636 ] : https://github.com/apple/swift-argument-parser/pull/636
1040
+ [ #644 ] : https://github.com/apple/swift-argument-parser/pull/644
1041
+ [ #648 ] : https://github.com/apple/swift-argument-parser/pull/648
1042
+ [ #649 ] : https://github.com/apple/swift-argument-parser/pull/649
1043
+ [ #650 ] : https://github.com/apple/swift-argument-parser/pull/650
1044
+ [ #651 ] : https://github.com/apple/swift-argument-parser/pull/651
1019
1045
1020
1046
<!-- Link references for contributors -->
1021
1047
@@ -1042,11 +1068,14 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
1042
1068
[ dcantah ] : https://github.com/apple/swift-argument-parser/commits?author=dcantah
1043
1069
[ dduan ] : https://github.com/apple/swift-argument-parser/commits?author=dduan
1044
1070
[ dirtyhabits97 ] : https://github.com/apple/swift-argument-parser/commits?author=dirtyhabits97
1071
+ [ DougGregor ] : https://github.com/apple/swift-argument-parser/commits?author=DougGregor
1045
1072
[ drewmccormack ] : https://github.com/apple/swift-argument-parser/commits?author=drewmccormack
1046
1073
[ elliottwilliams ] : https://github.com/apple/swift-argument-parser/commits?author=elliottwilliams
1047
1074
[ erica ] : https://github.com/apple/swift-argument-parser/commits?author=erica
1075
+ [ finagolfin ] : https://github.com/apple/swift-argument-parser/commits?author=finagolfin
1048
1076
[ floam ] : https://github.com/apple/swift-argument-parser/commits?author=floam
1049
1077
[ Frizlab ] : https://github.com/apple/swift-argument-parser/commits?author=Frizlab
1078
+ [ futurejones ] : https://github.com/apple/swift-argument-parser/commits?author=futurejones
1050
1079
[ glessard ] : https://github.com/apple/swift-argument-parser/commits?author=glessard
1051
1080
[ gmittert ] : https://github.com/apple/swift-argument-parser/commits?author=gmittert
1052
1081
[ griffin-stewie ] : https://github.com/apple/swift-argument-parser/commits?author=griffin-stewie
0 commit comments