@@ -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