Skip to content

Commit c6f9fbf

Browse files
committed
Update changelog for 1.6.2 release (#822)
1 parent 4b71bf9 commit c6f9fbf

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

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

99
---
1010

11+
## [1.6.2] - 2025-10-01
12+
13+
### Fixes
14+
15+
- Fixes an ArgumentParser build failure for WASI. ([#794])
16+
1117
## [1.6.1] - 2025-07-01
1218

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

961967
<!-- Link references for releases -->
962968

963-
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.6.1...HEAD
969+
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.6.2...HEAD
970+
[1.6.2]: https://github.com/apple/swift-argument-parser/compare/1.6.1...1.6.2
964971
[1.6.1]: https://github.com/apple/swift-argument-parser/compare/1.6.0...1.6.1
965972
[1.6.0]: https://github.com/apple/swift-argument-parser/compare/1.5.1...1.6.0
966973
[1.5.1]: https://github.com/apple/swift-argument-parser/compare/1.5.0...1.5.1
@@ -1153,6 +1160,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
11531160
[#783]: https://github.com/apple/swift-argument-parser/pull/783
11541161
[#789]: https://github.com/apple/swift-argument-parser/pull/789
11551162
[#792]: https://github.com/apple/swift-argument-parser/pull/792
1163+
[#794]: https://github.com/apple/swift-argument-parser/pull/794
11561164

11571165
<!-- Link references for contributors -->
11581166

@@ -1207,6 +1215,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
12071215
[keith]: https://github.com/apple/swift-argument-parser/commits?author=keith
12081216
[KeithBird]: https://github.com/apple/swift-argument-parser/commits?author=KeithBird
12091217
[kennyyork]: https://github.com/apple/swift-argument-parser/commits?author=kennyyork
1218+
[kkebo]: https://github.com/apple/swift-argument-parser/commits?author=kkebo
12101219
[kkk669]: https://github.com/apple/swift-argument-parser/commits?author=kkk669
12111220
[klaaspieter]: https://github.com/apple/swift-argument-parser/commits?author=klaaspieter
12121221
[konomae]: https://github.com/apple/swift-argument-parser/commits?author=konomae

0 commit comments

Comments
 (0)