@@ -10,6 +10,26 @@ Add new items at the end of the relevant section under **Unreleased**.
1010
1111---
1212
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+
1333## [ 1.4.0] - 2024-05-21
1434
1535### Additions
@@ -892,7 +912,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
892912
893913<!-- Link references for releases -->
894914
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
896917[ 1.4.0 ] : https://github.com/apple/swift-argument-parser/compare/1.3.1...1.4.0
897918[ 1.3.1 ] : https://github.com/apple/swift-argument-parser/compare/1.3.0...1.3.1
898919[ 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
10161037[ #627 ] : https://github.com/apple/swift-argument-parser/pull/627
10171038[ #634 ] : https://github.com/apple/swift-argument-parser/pull/634
10181039[ #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
10191045
10201046<!-- Link references for contributors -->
10211047
@@ -1042,11 +1068,14 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
10421068[ dcantah ] : https://github.com/apple/swift-argument-parser/commits?author=dcantah
10431069[ dduan ] : https://github.com/apple/swift-argument-parser/commits?author=dduan
10441070[ dirtyhabits97 ] : https://github.com/apple/swift-argument-parser/commits?author=dirtyhabits97
1071+ [ DougGregor ] : https://github.com/apple/swift-argument-parser/commits?author=DougGregor
10451072[ drewmccormack ] : https://github.com/apple/swift-argument-parser/commits?author=drewmccormack
10461073[ elliottwilliams ] : https://github.com/apple/swift-argument-parser/commits?author=elliottwilliams
10471074[ erica ] : https://github.com/apple/swift-argument-parser/commits?author=erica
1075+ [ finagolfin ] : https://github.com/apple/swift-argument-parser/commits?author=finagolfin
10481076[ floam ] : https://github.com/apple/swift-argument-parser/commits?author=floam
10491077[ Frizlab ] : https://github.com/apple/swift-argument-parser/commits?author=Frizlab
1078+ [ futurejones ] : https://github.com/apple/swift-argument-parser/commits?author=futurejones
10501079[ glessard ] : https://github.com/apple/swift-argument-parser/commits?author=glessard
10511080[ gmittert ] : https://github.com/apple/swift-argument-parser/commits?author=gmittert
10521081[ griffin-stewie ] : https://github.com/apple/swift-argument-parser/commits?author=griffin-stewie
0 commit comments