@@ -10,6 +10,22 @@ Add new items at the end of the relevant section under **Unreleased**.
1010
1111---
1212
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+
1329## [ 1.1.1] - 2022-03-16
1430
1531### Fixes
@@ -618,7 +634,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
618634
619635<!-- Link references for releases -->
620636
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
622639[ 1.1.1 ] : https://github.com/apple/swift-argument-parser/compare/1.1.0...1.1.1
623640[ 1.1.0 ] : https://github.com/apple/swift-argument-parser/compare/1.0.3...1.1.0
624641[ 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
673690[ #400 ] : https://github.com/apple/swift-argument-parser/pull/400
674691[ #404 ] : https://github.com/apple/swift-argument-parser/pull/404
675692[ #416 ] : https://github.com/apple/swift-argument-parser/pull/416
693+ [ #424 ] : https://github.com/apple/swift-argument-parser/pull/424
676694[ #427 ] : https://github.com/apple/swift-argument-parser/pull/427
695+ [ #435 ] : https://github.com/apple/swift-argument-parser/pull/435
677696
678697<!-- Link references for contributors -->
679698
@@ -709,6 +728,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
709728[ john-mueller ] : https://github.com/apple/swift-argument-parser/commits?author=john-mueller
710729[ jonathanpenn ] : https://github.com/apple/swift-argument-parser/commits?author=jonathanpenn
711730[ keith ] : https://github.com/apple/swift-argument-parser/commits?author=keith
731+ [ KeithBird ] : https://github.com/apple/swift-argument-parser/commits?author=KeithBird
712732[ kennyyork ] : https://github.com/apple/swift-argument-parser/commits?author=kennyyork
713733[ klaaspieter ] : https://github.com/apple/swift-argument-parser/commits?author=klaaspieter
714734[ KS1019 ] : https://github.com/apple/swift-argument-parser/commits?author=KS1019
0 commit comments