Skip to content

Commit 309a47b

Browse files
authored
Update changelog for 1.6.1 release (#793)
1 parent f157651 commit 309a47b

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

0 commit comments

Comments
 (0)