@@ -10,6 +10,22 @@ Add new items at the end of the relevant section under **Unreleased**.
10
10
11
11
---
12
12
13
+ ## [ 1.1.2] - 2022-04-11
14
+
15
+ ### Changes
16
+
17
+ - CMake builds now always statically links ` ArgumentParserToolInfo ` .
18
+ ([ #424 ] )
19
+
20
+ ### Fixes
21
+
22
+ - When a user provides an array-based option's key (e.g. ` --key ` )
23
+ without any values, the error message now correctly describes the
24
+ problem. ([ #435 ] )
25
+
26
+ The 1.1.2 release includes contributions from [ compnerd] and [ KeithBird] .
27
+ Thank you!
28
+
13
29
## [ 1.1.1] - 2022-03-16
14
30
15
31
### Fixes
@@ -618,7 +634,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
618
634
619
635
<!-- Link references for releases -->
620
636
621
- [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/1.1.1...HEAD
637
+ [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/1.1.2...HEAD
638
+ [ 1.1.2 ] : https://github.com/apple/swift-argument-parser/compare/1.1.1...1.1.2
622
639
[ 1.1.1 ] : https://github.com/apple/swift-argument-parser/compare/1.1.0...1.1.1
623
640
[ 1.1.0 ] : https://github.com/apple/swift-argument-parser/compare/1.0.3...1.1.0
624
641
[ 1.0.3 ] : https://github.com/apple/swift-argument-parser/compare/1.0.2...1.0.3
@@ -673,7 +690,9 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
673
690
[ #400 ] : https://github.com/apple/swift-argument-parser/pull/400
674
691
[ #404 ] : https://github.com/apple/swift-argument-parser/pull/404
675
692
[ #416 ] : https://github.com/apple/swift-argument-parser/pull/416
693
+ [ #424 ] : https://github.com/apple/swift-argument-parser/pull/424
676
694
[ #427 ] : https://github.com/apple/swift-argument-parser/pull/427
695
+ [ #435 ] : https://github.com/apple/swift-argument-parser/pull/435
677
696
678
697
<!-- Link references for contributors -->
679
698
@@ -709,6 +728,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
709
728
[ john-mueller ] : https://github.com/apple/swift-argument-parser/commits?author=john-mueller
710
729
[ jonathanpenn ] : https://github.com/apple/swift-argument-parser/commits?author=jonathanpenn
711
730
[ keith ] : https://github.com/apple/swift-argument-parser/commits?author=keith
731
+ [ KeithBird ] : https://github.com/apple/swift-argument-parser/commits?author=KeithBird
712
732
[ kennyyork ] : https://github.com/apple/swift-argument-parser/commits?author=kennyyork
713
733
[ klaaspieter ] : https://github.com/apple/swift-argument-parser/commits?author=klaaspieter
714
734
[ KS1019 ] : https://github.com/apple/swift-argument-parser/commits?author=KS1019
0 commit comments