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**.
10
10
11
11
---
12
12
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
+
13
22
## [ 1.1.0] - 2022-03-14
14
23
15
24
### Additions
@@ -609,7 +618,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
609
618
610
619
<!-- Link references for releases -->
611
620
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
613
623
[ 1.1.0 ] : https://github.com/apple/swift-argument-parser/compare/1.0.3...1.1.0
614
624
[ 1.0.3 ] : https://github.com/apple/swift-argument-parser/compare/1.0.2...1.0.3
615
625
[ 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
663
673
[ #400 ] : https://github.com/apple/swift-argument-parser/pull/400
664
674
[ #404 ] : https://github.com/apple/swift-argument-parser/pull/404
665
675
[ #416 ] : https://github.com/apple/swift-argument-parser/pull/416
676
+ [ #427 ] : https://github.com/apple/swift-argument-parser/pull/427
666
677
667
678
<!-- Link references for contributors -->
668
679
You can’t perform that action at this time.
0 commit comments