File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ Add new items at the end of the relevant section under **Unreleased**.
1010
1111---
1212
13+ ## [ 1.1.1] - 2022-03-16
14+
15+ ### Fixes
16+
17+ - Moves the platform requirement from the package level down to the new
18+ types and protocols with ` async ` members. This was a source-breaking
19+ change in 1.1.0. ([ #427 ] )
20+ - Fixed issues in the CMake build configuration.
21+
1322## [ 1.1.0] - 2022-03-14
1423
1524### Additions
@@ -609,7 +618,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
609618
610619<!-- Link references for releases -->
611620
612- [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/1.1.0...HEAD
621+ [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/1.1.1...HEAD
622+ [ 1.1.1 ] : https://github.com/apple/swift-argument-parser/compare/1.1.0...1.1.1
613623[ 1.1.0 ] : https://github.com/apple/swift-argument-parser/compare/1.0.3...1.1.0
614624[ 1.0.3 ] : https://github.com/apple/swift-argument-parser/compare/1.0.2...1.0.3
615625[ 1.0.2 ] : https://github.com/apple/swift-argument-parser/compare/1.0.1...1.0.2
@@ -663,6 +673,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
663673[ #400 ] : https://github.com/apple/swift-argument-parser/pull/400
664674[ #404 ] : https://github.com/apple/swift-argument-parser/pull/404
665675[ #416 ] : https://github.com/apple/swift-argument-parser/pull/416
676+ [ #427 ] : https://github.com/apple/swift-argument-parser/pull/427
666677
667678<!-- Link references for contributors -->
668679
You can’t perform that action at this time.
0 commit comments