File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ Add new items at the end of the relevant section under **Unreleased**.
8
8
9
9
---
10
10
11
+ ## [ 1.6.1] - 2025-07-01
12
+
13
+ ### Fixes
14
+
15
+ - Resolves a source break for clients that have conditional conformances
16
+ to ` ExpressibleByArgument ` or ` ParsableArguments ` . ([ #792 ] )
17
+
11
18
## [ 1.6.0] - 2025-06-30
12
19
13
20
### Additions
@@ -953,7 +960,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
953
960
954
961
<!-- Link references for releases -->
955
962
956
- [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/1.6.0...HEAD
963
+ [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/1.6.1...HEAD
964
+ [ 1.6.1 ] : https://github.com/apple/swift-argument-parser/compare/1.6.0...1.6.1
957
965
[ 1.6.0 ] : https://github.com/apple/swift-argument-parser/compare/1.5.1...1.6.0
958
966
[ 1.5.1 ] : https://github.com/apple/swift-argument-parser/compare/1.5.0...1.5.1
959
967
[ 1.5.0 ] : https://github.com/apple/swift-argument-parser/compare/1.4.0...1.5.0
@@ -1144,6 +1152,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
1144
1152
[ #782 ] : https://github.com/apple/swift-argument-parser/pull/782
1145
1153
[ #783 ] : https://github.com/apple/swift-argument-parser/pull/783
1146
1154
[ #789 ] : https://github.com/apple/swift-argument-parser/pull/789
1155
+ [ #792 ] : https://github.com/apple/swift-argument-parser/pull/792
1147
1156
1148
1157
<!-- Link references for contributors -->
1149
1158
You can’t perform that action at this time.
0 commit comments