Skip to content

Commit f3c9084

Browse files
authored
Update changelog for 1.1.2 release (#441)
1 parent dd6efd0 commit f3c9084

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)