@@ -8,6 +8,12 @@ Add new items at the end of the relevant section under **Unreleased**.
8
8
9
9
---
10
10
11
+ ## [ 1.6.2] - 2025-10-01
12
+
13
+ ### Fixes
14
+
15
+ - Fixes an ArgumentParser build failure for WASI. ([ #794 ] )
16
+
11
17
## [ 1.6.1] - 2025-07-01
12
18
13
19
### Fixes
@@ -960,7 +966,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
960
966
961
967
<!-- Link references for releases -->
962
968
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
964
971
[ 1.6.1 ] : https://github.com/apple/swift-argument-parser/compare/1.6.0...1.6.1
965
972
[ 1.6.0 ] : https://github.com/apple/swift-argument-parser/compare/1.5.1...1.6.0
966
973
[ 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
1153
1160
[ #783 ] : https://github.com/apple/swift-argument-parser/pull/783
1154
1161
[ #789 ] : https://github.com/apple/swift-argument-parser/pull/789
1155
1162
[ #792 ] : https://github.com/apple/swift-argument-parser/pull/792
1163
+ [ #794 ] : https://github.com/apple/swift-argument-parser/pull/794
1156
1164
1157
1165
<!-- Link references for contributors -->
1158
1166
@@ -1207,6 +1215,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
1207
1215
[ keith ] : https://github.com/apple/swift-argument-parser/commits?author=keith
1208
1216
[ KeithBird ] : https://github.com/apple/swift-argument-parser/commits?author=KeithBird
1209
1217
[ kennyyork ] : https://github.com/apple/swift-argument-parser/commits?author=kennyyork
1218
+ [ kkebo ] : https://github.com/apple/swift-argument-parser/commits?author=kkebo
1210
1219
[ kkk669 ] : https://github.com/apple/swift-argument-parser/commits?author=kkk669
1211
1220
[ klaaspieter ] : https://github.com/apple/swift-argument-parser/commits?author=klaaspieter
1212
1221
[ konomae ] : https://github.com/apple/swift-argument-parser/commits?author=konomae
0 commit comments