Skip to content

Commit 852f74c

Browse files
authored
Update changelog for 1.6.0 release (#790)
1 parent cf0f6b1 commit 852f74c

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Add new items at the end of the relevant section under **Unreleased**.
66

77
## [Unreleased]
88

9+
---
10+
11+
## [1.6.0] - 2025-06-30
12+
913
### Additions
1014

1115
- Options with `CaseIterable` types can now provide help descriptions on a per-value basis. ([#647])
@@ -16,6 +20,8 @@ Add new items at the end of the relevant section under **Unreleased**.
1620

1721
- Testing and continuous integration improvements, including migrating to GitHub workflows.
1822
([#692], [#693], [#696], [#698], [#699], [#700], [#701], [#708], [#711], [#718], [#716], [#714], [#712], [#732], [#730], [#746], [#747], [#760])
23+
- The associated closure for `CompletionKind.custom` now takes three parameters: the array of shell words currently in use for the completion request, the offset in that array for the word that completions are being requested for, and the prefix of that word that precedes the cursor. In addition, the associated closure can be `async`. The single-argument closure version of `CompletionKind.custom` is deprecated with this release. ([#763], [#770], [#782])
24+
- `ParsableArguments` and `ExpressibleByArgument` now conform to `SendableMetatype` when builing with a minimum Swift 6.2 compiler. ([#789])
1925

2026
### Fixes
2127

@@ -30,6 +36,10 @@ Add new items at the end of the relevant section under **Unreleased**.
3036
- Better capturing of tool configuration in `ToolInfo`. ([#669], [#697])
3137
- Documentation improvements. ([#657], [#678], [#743])
3238

39+
The 1.6.0 release includes contributions from [bripeticca], [cg-soft], [compnerd],
40+
[dshan4585], [heckj], [natecook1000], [rauhul], [rgoldberg], and [Steelskin].
41+
Thank you!
42+
3343
---
3444

3545
## [1.5.1] - 2025-05-28
@@ -943,7 +953,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
943953

944954
<!-- Link references for releases -->
945955

946-
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.5.1...HEAD
956+
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.6.0...HEAD
957+
[1.6.0]: https://github.com/apple/swift-argument-parser/compare/1.5.1...1.6.0
947958
[1.5.1]: https://github.com/apple/swift-argument-parser/compare/1.5.0...1.5.1
948959
[1.5.0]: https://github.com/apple/swift-argument-parser/compare/1.4.0...1.5.0
949960
[1.4.0]: https://github.com/apple/swift-argument-parser/compare/1.3.1...1.4.0
@@ -1130,7 +1141,9 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
11301141
[#773]: https://github.com/apple/swift-argument-parser/pull/773
11311142
[#775]: https://github.com/apple/swift-argument-parser/pull/775
11321143
[#777]: https://github.com/apple/swift-argument-parser/pull/777
1144+
[#782]: https://github.com/apple/swift-argument-parser/pull/782
11331145
[#783]: https://github.com/apple/swift-argument-parser/pull/783
1146+
[#789]: https://github.com/apple/swift-argument-parser/pull/789
11341147

11351148
<!-- Link references for contributors -->
11361149

@@ -1144,7 +1157,9 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
11441157
[atierian]: https://github.com/apple/swift-argument-parser/commits?author=atierian
11451158
[Austinpayne]: https://github.com/apple/swift-argument-parser/commits?author=Austinpayne
11461159
[BradLarson]: https://github.com/apple/swift-argument-parser/commits?author=BradLarson
1160+
[bripeticca]: https://github.com/apple/swift-argument-parser/commits?author=bripeticca
11471161
[buttaface]: https://github.com/apple/swift-argument-parser/commits?author=buttaface
1162+
[cg-soft]: https://github.com/apple/swift-argument-parser/commits?author=cg-soft
11481163
[Chamepp]: https://github.com/apple/swift-argument-parser/commits?author=Chamepp
11491164
[clayellis]: https://github.com/apple/swift-argument-parser/commits?author=clayellis
11501165
[CodaFi]: https://github.com/apple/swift-argument-parser/commits?author=CodaFi
@@ -1159,6 +1174,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
11591174
[dirtyhabits97]: https://github.com/apple/swift-argument-parser/commits?author=dirtyhabits97
11601175
[DougGregor]: https://github.com/apple/swift-argument-parser/commits?author=DougGregor
11611176
[drewmccormack]: https://github.com/apple/swift-argument-parser/commits?author=drewmccormack
1177+
[dshan4585]: https://github.com/apple/swift-argument-parser/commits?author=dshan4585
11621178
[elliottwilliams]: https://github.com/apple/swift-argument-parser/commits?author=elliottwilliams
11631179
[erica]: https://github.com/apple/swift-argument-parser/commits?author=erica
11641180
[finagolfin]: https://github.com/apple/swift-argument-parser/commits?author=finagolfin
@@ -1169,6 +1185,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
11691185
[gmittert]: https://github.com/apple/swift-argument-parser/commits?author=gmittert
11701186
[griffin-stewie]: https://github.com/apple/swift-argument-parser/commits?author=griffin-stewie
11711187
[gwynne]: https://github.com/apple/swift-argument-parser/commits?author=gwynne
1188+
[heckj]: https://github.com/apple/swift-argument-parser/commits?author=heckj
11721189
[iainsmith]: https://github.com/apple/swift-argument-parser/commits?author=iainsmith
11731190
[ian-twilightcoder]: https://github.com/apple/swift-argument-parser/commits?author=ian-twilightcoder
11741191
[ibrahimoktay]: https://github.com/apple/swift-argument-parser/commits?author=ibrahimoktay
@@ -1206,6 +1223,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
12061223
[randomeizer]: https://github.com/apple/swift-argument-parser/commits?author=randomeizer
12071224
[rauhul]: https://github.com/apple/swift-argument-parser/commits?author=rauhul
12081225
[revolter]: https://github.com/apple/swift-argument-parser/commits?author=revolter
1226+
[rgoldberg]: https://github.com/apple/swift-argument-parser/commits?author=rgoldberg
12091227
[rickrizzo]: https://github.com/apple/swift-argument-parser/commits?author=rickrizzo
12101228
[rjstelling]: https://github.com/apple/swift-argument-parser/commits?author=rjstelling
12111229
[robertmryan]: https://github.com/apple/swift-argument-parser/commits?author=robertmryan
@@ -1215,6 +1233,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
12151233
[sgl0v]: https://github.com/apple/swift-argument-parser/commits?author=sgl0v
12161234
[sharplet]: https://github.com/apple/swift-argument-parser/commits?author=sharplet
12171235
[sjavora]: https://github.com/apple/swift-argument-parser/commits?author=sjavora
1236+
[Steelskin]: https://github.com/apple/swift-argument-parser/commits?author=Steelskin
12181237
[stuartcarnie]: https://github.com/apple/swift-argument-parser/commits?author=stuartcarnie
12191238
[thomasvl]: https://github.com/apple/swift-argument-parser/commits?author=thomasvl
12201239
[TiagoMaiaL]: https://github.com/apple/swift-argument-parser/commits?author=TiagoMaiaL

0 commit comments

Comments
 (0)