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**.
88
99---
1010
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+
1118## [ 1.6.0] - 2025-06-30
1219
1320### Additions
@@ -953,7 +960,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
953960
954961<!-- Link references for releases -->
955962
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
957965[ 1.6.0 ] : https://github.com/apple/swift-argument-parser/compare/1.5.1...1.6.0
958966[ 1.5.1 ] : https://github.com/apple/swift-argument-parser/compare/1.5.0...1.5.1
959967[ 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
11441152[ #782 ] : https://github.com/apple/swift-argument-parser/pull/782
11451153[ #783 ] : https://github.com/apple/swift-argument-parser/pull/783
11461154[ #789 ] : https://github.com/apple/swift-argument-parser/pull/789
1155+ [ #792 ] : https://github.com/apple/swift-argument-parser/pull/792
11471156
11481157<!-- Link references for contributors -->
11491158
You can’t perform that action at this time.
0 commit comments