Skip to content

Commit 626b5b7

Browse files
authored
Update the changelog for version 1.7.1 (#880)
1 parent 60bdd07 commit 626b5b7

1 file changed

Lines changed: 48 additions & 1 deletion

File tree

CHANGELOG.md

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

99
---
1010

11+
## [1.7.1] - 2026-03-20
12+
13+
### Changes
14+
15+
- Adds detailed documentation for providing descriptions of enum values. ([#825])
16+
- Adds `aliases` to the dump-help output. ([#813])
17+
- Improves zsh completions; prevents bash completion cleanup commands from being appended to shell history. ([#864], [#859])
18+
- Eliminates deprecation warnings in `Examples/math`. ([#879])
19+
20+
### Fixes
21+
22+
- Fixes build issues in Swift 5.7-5.9. ([#874], [#875])
23+
- Fixes `--help` output for nested subcommands with default subcommands. ([#866])
24+
- Prevents `@OptionGroup` type names from appearing in help usage strings. ([#873])
25+
- Fixes handling of visibility with nested option groups. ([#838])
26+
- Updates GitHub Actions workflows and streamlines the required checks. ([#839], [#843], [#844], [#853], [#856], [#857], [#876], [#877])
27+
28+
The 1.7.0 release includes contributions from [bkhouri], [bob-wilson], [jglogan],
29+
[kphrx], [louisunlimited], [natecook1000], [rauhul], [rgoldberg], [salmanmkc],
30+
[stackotter], and [William-Laverty]. Thank you!
31+
1132
## [1.7.0] - 2025-12-17
1233

1334
### Additions
@@ -990,7 +1011,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
9901011

9911012
<!-- Link references for releases -->
9921013

993-
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.7.0...HEAD
1014+
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.7.1...HEAD
1015+
[1.7.1]: https://github.com/apple/swift-argument-parser/compare/1.7.0...1.7.1
9941016
[1.7.0]: https://github.com/apple/swift-argument-parser/compare/1.6.2...1.7.0
9951017
[1.6.2]: https://github.com/apple/swift-argument-parser/compare/1.6.1...1.6.2
9961018
[1.6.1]: https://github.com/apple/swift-argument-parser/compare/1.6.0...1.6.1
@@ -1194,8 +1216,26 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
11941216
[#804]: https://github.com/apple/swift-argument-parser/pull/804
11951217
[#808]: https://github.com/apple/swift-argument-parser/pull/808
11961218
[#811]: https://github.com/apple/swift-argument-parser/pull/811
1219+
[#813]: https://github.com/apple/swift-argument-parser/pull/813
11971220
[#821]: https://github.com/apple/swift-argument-parser/pull/821
1221+
[#825]: https://github.com/apple/swift-argument-parser/pull/825
1222+
[#838]: https://github.com/apple/swift-argument-parser/pull/838
1223+
[#839]: https://github.com/apple/swift-argument-parser/pull/839
11981224
[#841]: https://github.com/apple/swift-argument-parser/pull/841
1225+
[#843]: https://github.com/apple/swift-argument-parser/pull/843
1226+
[#844]: https://github.com/apple/swift-argument-parser/pull/844
1227+
[#853]: https://github.com/apple/swift-argument-parser/pull/853
1228+
[#856]: https://github.com/apple/swift-argument-parser/pull/856
1229+
[#857]: https://github.com/apple/swift-argument-parser/pull/857
1230+
[#859]: https://github.com/apple/swift-argument-parser/pull/859
1231+
[#864]: https://github.com/apple/swift-argument-parser/pull/864
1232+
[#866]: https://github.com/apple/swift-argument-parser/pull/866
1233+
[#873]: https://github.com/apple/swift-argument-parser/pull/873
1234+
[#874]: https://github.com/apple/swift-argument-parser/pull/874
1235+
[#875]: https://github.com/apple/swift-argument-parser/pull/875
1236+
[#876]: https://github.com/apple/swift-argument-parser/pull/876
1237+
[#877]: https://github.com/apple/swift-argument-parser/pull/877
1238+
[#879]: https://github.com/apple/swift-argument-parser/pull/879
11991239

12001240
<!-- Link references for contributors -->
12011241

@@ -1209,6 +1249,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
12091249
[atierian]: https://github.com/apple/swift-argument-parser/commits?author=atierian
12101250
[Austinpayne]: https://github.com/apple/swift-argument-parser/commits?author=Austinpayne
12111251
[bkhouri]: https://github.com/apple/swift-argument-parser/commits?author=bkhouri
1252+
[bob-wilson]: https://github.com/apple/swift-argument-parser/commits?author=bob-wilson
12121253
[BradLarson]: https://github.com/apple/swift-argument-parser/commits?author=BradLarson
12131254
[bripeticca]: https://github.com/apple/swift-argument-parser/commits?author=bripeticca
12141255
[buttaface]: https://github.com/apple/swift-argument-parser/commits?author=buttaface
@@ -1249,6 +1290,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
12491290
[IngmarStein]: https://github.com/apple/swift-argument-parser/commits?author=IngmarStein
12501291
[interstateone]: https://github.com/apple/swift-argument-parser/commits?author=interstateone
12511292
[jakepetroules]: https://github.com/apple/swift-argument-parser/commits?author=jakepetroules
1293+
[jglogan]: https://github.com/apple/swift-argument-parser/commits?author=jglogan
12521294
[john-mueller]: https://github.com/apple/swift-argument-parser/commits?author=john-mueller
12531295
[jonathanpenn]: https://github.com/apple/swift-argument-parser/commits?author=jonathanpenn
12541296
[keith]: https://github.com/apple/swift-argument-parser/commits?author=keith
@@ -1259,10 +1301,12 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
12591301
[klaaspieter]: https://github.com/apple/swift-argument-parser/commits?author=klaaspieter
12601302
[konomae]: https://github.com/apple/swift-argument-parser/commits?author=konomae
12611303
[Konstantin-Krokhin]: https://github.com/apple/swift-argument-parser/commits?author=Konstantin-Krokhin
1304+
[kphrx]: https://github.com/apple/swift-argument-parser/commits?author=kphrx
12621305
[KS1019]: https://github.com/apple/swift-argument-parser/commits?author=KS1019
12631306
[kylemacomber]: https://github.com/apple/swift-argument-parser/commits?author=kylemacomber
12641307
[Lantua]: https://github.com/apple/swift-argument-parser/commits?author=Lantua
12651308
[lorentey]: https://github.com/apple/swift-argument-parser/commits?author=lorentey
1309+
[louisunlimited]: https://github.com/apple/swift-argument-parser/commits?author=louisunlimited
12661310
[LucianoPAlmeida]: https://github.com/apple/swift-argument-parser/commits?author=LucianoPAlmeida
12671311
[MarcoEidinger]: https://github.com/apple/swift-argument-parser/commits?author=MarcoEidinger
12681312
[MartinP7r]: https://github.com/apple/swift-argument-parser/commits?author=MartinP7r
@@ -1286,11 +1330,13 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
12861330
[rjstelling]: https://github.com/apple/swift-argument-parser/commits?author=rjstelling
12871331
[robertmryan]: https://github.com/apple/swift-argument-parser/commits?author=robertmryan
12881332
[Sajjon]: https://github.com/apple/swift-argument-parser/commits?author=Sajjon
1333+
[salmanmkc]: https://github.com/apple/swift-argument-parser/commits?author=salmanmkc
12891334
[schlagelk]: https://github.com/apple/swift-argument-parser/commits?author=schlagelk
12901335
[SergeyPetrachkov]: https://github.com/apple/swift-argument-parser/commits?author=SergeyPetrachkov
12911336
[sgl0v]: https://github.com/apple/swift-argument-parser/commits?author=sgl0v
12921337
[sharplet]: https://github.com/apple/swift-argument-parser/commits?author=sharplet
12931338
[sjavora]: https://github.com/apple/swift-argument-parser/commits?author=sjavora
1339+
[stackotter]: https://github.com/apple/swift-argument-parser/commits?author=stackotter
12941340
[Steelskin]: https://github.com/apple/swift-argument-parser/commits?author=Steelskin
12951341
[stuartcarnie]: https://github.com/apple/swift-argument-parser/commits?author=stuartcarnie
12961342
[thomasvl]: https://github.com/apple/swift-argument-parser/commits?author=thomasvl
@@ -1301,6 +1347,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
13011347
[werm098]: https://github.com/apple/swift-argument-parser/commits?author=werm098
13021348
[Wevah]: https://github.com/apple/swift-argument-parser/commits?author=Wevah
13031349
[Wildchild9]: https://github.com/apple/swift-argument-parser/commits?author=Wildchild9
1350+
[William-Laverty]: https://github.com/apple/swift-argument-parser/commits?author=William-Laverty
13041351
[yim-lee]: https://github.com/apple/swift-argument-parser/commits?author=yim-lee
13051352
[yonihemi]: https://github.com/apple/swift-argument-parser/commits?author=yonihemi
13061353
[YuAo]: https://github.com/apple/swift-argument-parser/commits?author=YuAo

0 commit comments

Comments
 (0)