Skip to content

Commit c5d11a8

Browse files
authored
Update changelog for 1.7.0 release (#842)
1 parent a836797 commit c5d11a8

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

CHANGELOG.md

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

99
---
1010

11+
## [1.7.0] - 2025-12-17
12+
13+
### Additions
14+
15+
- Access the state of an ancestor command using the new `@ParentCommand` property wrapper. ([#802])
16+
17+
### Fixes
18+
19+
- Corrects the help display for an case iterable option value type. ([#821])
20+
- Fixes ArgumentParser build failure for WASI (WebAssembly System Interface). ([#794])
21+
- Updates help text for readability in Repeat example and README. ([#787])
22+
- Provides an ambiguity breaker for some `ExpressibleByArgument` types. ([#841])
23+
- Shell completion script fixes. ([#801], [#808], [#811])
24+
25+
### Changes
26+
27+
- `docc`: Updates the output to present the string representation of command arguments as a wrapped text block. ([#791])
28+
- Uses Foundation Essentials when possible to reduce binary size on non-Darwin platforms. ([#804])
29+
- CMake: Suppress needlessly alarming messages. ([#628])
30+
31+
The 1.7.0 release includes contributions from [bkhouri], [cmcgee1024], [dabrahams], [heckj], [incertum], [kkebo], [Konstantin-Krokhin], [natecook1000], [rauhul], [rgoldberg], and [tshortli]. Thank you!
32+
33+
---
34+
1135
## [1.6.2] - 2025-10-01
1236

1337
### Fixes
@@ -966,7 +990,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
966990

967991
<!-- Link references for releases -->
968992

969-
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.6.2...HEAD
993+
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.7.0...HEAD
994+
[1.7.0]: https://github.com/apple/swift-argument-parser/compare/1.6.2...1.7.0
970995
[1.6.2]: https://github.com/apple/swift-argument-parser/compare/1.6.1...1.6.2
971996
[1.6.1]: https://github.com/apple/swift-argument-parser/compare/1.6.0...1.6.1
972997
[1.6.0]: https://github.com/apple/swift-argument-parser/compare/1.5.1...1.6.0
@@ -1093,6 +1118,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
10931118
[#619]: https://github.com/apple/swift-argument-parser/pull/619
10941119
[#621]: https://github.com/apple/swift-argument-parser/pull/621
10951120
[#627]: https://github.com/apple/swift-argument-parser/pull/627
1121+
[#628]: https://github.com/apple/swift-argument-parser/pull/628
10961122
[#634]: https://github.com/apple/swift-argument-parser/pull/634
10971123
[#636]: https://github.com/apple/swift-argument-parser/pull/636
10981124
[#644]: https://github.com/apple/swift-argument-parser/pull/644
@@ -1158,9 +1184,18 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
11581184
[#777]: https://github.com/apple/swift-argument-parser/pull/777
11591185
[#782]: https://github.com/apple/swift-argument-parser/pull/782
11601186
[#783]: https://github.com/apple/swift-argument-parser/pull/783
1187+
[#787]: https://github.com/apple/swift-argument-parser/pull/787
11611188
[#789]: https://github.com/apple/swift-argument-parser/pull/789
1189+
[#791]: https://github.com/apple/swift-argument-parser/pull/791
11621190
[#792]: https://github.com/apple/swift-argument-parser/pull/792
11631191
[#794]: https://github.com/apple/swift-argument-parser/pull/794
1192+
[#801]: https://github.com/apple/swift-argument-parser/pull/801
1193+
[#802]: https://github.com/apple/swift-argument-parser/pull/802
1194+
[#804]: https://github.com/apple/swift-argument-parser/pull/804
1195+
[#808]: https://github.com/apple/swift-argument-parser/pull/808
1196+
[#811]: https://github.com/apple/swift-argument-parser/pull/811
1197+
[#821]: https://github.com/apple/swift-argument-parser/pull/821
1198+
[#841]: https://github.com/apple/swift-argument-parser/pull/841
11641199

11651200
<!-- Link references for contributors -->
11661201

@@ -1173,18 +1208,21 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
11731208
[artemnovichkov]: https://github.com/apple/swift-argument-parser/commits?author=artemnovichkov
11741209
[atierian]: https://github.com/apple/swift-argument-parser/commits?author=atierian
11751210
[Austinpayne]: https://github.com/apple/swift-argument-parser/commits?author=Austinpayne
1211+
[bkhouri]: https://github.com/apple/swift-argument-parser/commits?author=bkhouri
11761212
[BradLarson]: https://github.com/apple/swift-argument-parser/commits?author=BradLarson
11771213
[bripeticca]: https://github.com/apple/swift-argument-parser/commits?author=bripeticca
11781214
[buttaface]: https://github.com/apple/swift-argument-parser/commits?author=buttaface
11791215
[cg-soft]: https://github.com/apple/swift-argument-parser/commits?author=cg-soft
11801216
[Chamepp]: https://github.com/apple/swift-argument-parser/commits?author=Chamepp
11811217
[clayellis]: https://github.com/apple/swift-argument-parser/commits?author=clayellis
1218+
[cmcgee1024]: https://github.com/apple/swift-argument-parser/commits?author=cmcgee1024
11821219
[CodaFi]: https://github.com/apple/swift-argument-parser/commits?author=CodaFi
11831220
[Coeur]: https://github.com/apple/swift-argument-parser/commits?author=Coeur
11841221
[compnerd]: https://github.com/apple/swift-argument-parser/commits?author=compnerd
11851222
[CraigSiemens]: https://github.com/apple/swift-argument-parser/commits?author=CraigSiemens
11861223
[CypherPoet]: https://github.com/apple/swift-argument-parser/commits?author=CypherPoet
11871224
[d-ronnqvist]: https://github.com/apple/swift-argument-parser/commits?author=d-ronnqvist
1225+
[dabrahams]: https://github.com/apple/swift-argument-parser/commits?author=dabrahams
11881226
[damuellen]: https://github.com/apple/swift-argument-parser/commits?author=damuellen
11891227
[dcantah]: https://github.com/apple/swift-argument-parser/commits?author=dcantah
11901228
[dduan]: https://github.com/apple/swift-argument-parser/commits?author=dduan
@@ -1207,6 +1245,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
12071245
[ian-twilightcoder]: https://github.com/apple/swift-argument-parser/commits?author=ian-twilightcoder
12081246
[ibrahimoktay]: https://github.com/apple/swift-argument-parser/commits?author=ibrahimoktay
12091247
[imxieyi]: https://github.com/apple/swift-argument-parser/commits?author=imxieyi
1248+
[incertum]: https://github.com/apple/swift-argument-parser/commits?author=incertum
12101249
[IngmarStein]: https://github.com/apple/swift-argument-parser/commits?author=IngmarStein
12111250
[interstateone]: https://github.com/apple/swift-argument-parser/commits?author=interstateone
12121251
[jakepetroules]: https://github.com/apple/swift-argument-parser/commits?author=jakepetroules
@@ -1219,6 +1258,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
12191258
[kkk669]: https://github.com/apple/swift-argument-parser/commits?author=kkk669
12201259
[klaaspieter]: https://github.com/apple/swift-argument-parser/commits?author=klaaspieter
12211260
[konomae]: https://github.com/apple/swift-argument-parser/commits?author=konomae
1261+
[Konstantin-Krokhin]: https://github.com/apple/swift-argument-parser/commits?author=Konstantin-Krokhin
12221262
[KS1019]: https://github.com/apple/swift-argument-parser/commits?author=KS1019
12231263
[kylemacomber]: https://github.com/apple/swift-argument-parser/commits?author=kylemacomber
12241264
[Lantua]: https://github.com/apple/swift-argument-parser/commits?author=Lantua
@@ -1256,6 +1296,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
12561296
[thomasvl]: https://github.com/apple/swift-argument-parser/commits?author=thomasvl
12571297
[TiagoMaiaL]: https://github.com/apple/swift-argument-parser/commits?author=TiagoMaiaL
12581298
[toddthomas]: https://github.com/apple/swift-argument-parser/commits?author=toddthomas
1299+
[tshortli]: https://github.com/apple/swift-argument-parser/commits?author=tshortli
12591300
[vlm]: https://github.com/apple/swift-argument-parser/commits?author=vlm
12601301
[werm098]: https://github.com/apple/swift-argument-parser/commits?author=werm098
12611302
[Wevah]: https://github.com/apple/swift-argument-parser/commits?author=Wevah

0 commit comments

Comments
 (0)