Skip to content

Commit df9ee66

Browse files
authored
Changelog entry for release 1.1.3 (#452)
1 parent 975b435 commit df9ee66

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

CHANGELOG.md

+28-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@ Add new items at the end of the relevant section under **Unreleased**.
1010

1111
---
1212

13+
## [1.1.3] - 2022-06-23
14+
15+
### Additions
16+
17+
- `ArgumentParser` now includes a SwiftPM plugin for generating `man` pages.
18+
Explore the functionality and configuration by running
19+
`swift package plugin experimental-generate-manual --help` from your package root.
20+
([#332])
21+
22+
### Fixes
23+
24+
- Hidden subcommands are now excluded from completion scripts. ([#443])
25+
- When an invalid value is provided for a `CaseIterable` type, the error message
26+
now includes a list of valid inputs. ([#445])
27+
- There's now a diagnostic when an `AsyncParsableCommand` is incorrectly placed
28+
under a non-`async` root command. ([#436])
29+
30+
The 1.1.3 release includes contributions from [keith], [KeithBird],
31+
[konomae], [LucianoPAlmeida], and [rauhul]. Thank you!
32+
1333
## [1.1.2] - 2022-04-11
1434

1535
### Changes
@@ -634,7 +654,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
634654

635655
<!-- Link references for releases -->
636656

637-
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.1.2...HEAD
657+
[Unreleased]: https://github.com/apple/swift-argument-parser/compare/1.1.3...HEAD
658+
[1.1.3]: https://github.com/apple/swift-argument-parser/compare/1.1.2...1.1.3
638659
[1.1.2]: https://github.com/apple/swift-argument-parser/compare/1.1.1...1.1.2
639660
[1.1.1]: https://github.com/apple/swift-argument-parser/compare/1.1.0...1.1.1
640661
[1.1.0]: https://github.com/apple/swift-argument-parser/compare/1.0.3...1.1.0
@@ -681,6 +702,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
681702
[#321]: https://github.com/apple/swift-argument-parser/pull/321
682703
[#323]: https://github.com/apple/swift-argument-parser/pull/323
683704
[#324]: https://github.com/apple/swift-argument-parser/pull/324
705+
[#332]: https://github.com/apple/swift-argument-parser/pull/332
684706
[#333]: https://github.com/apple/swift-argument-parser/pull/333
685707
[#341]: https://github.com/apple/swift-argument-parser/pull/341
686708
[#366]: https://github.com/apple/swift-argument-parser/pull/366
@@ -693,6 +715,9 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
693715
[#424]: https://github.com/apple/swift-argument-parser/pull/424
694716
[#427]: https://github.com/apple/swift-argument-parser/pull/427
695717
[#435]: https://github.com/apple/swift-argument-parser/pull/435
718+
[#436]: https://github.com/apple/swift-argument-parser/pull/436
719+
[#443]: https://github.com/apple/swift-argument-parser/pull/443
720+
[#445]: https://github.com/apple/swift-argument-parser/pull/445
696721

697722
<!-- Link references for contributors -->
698723

@@ -731,10 +756,12 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
731756
[KeithBird]: https://github.com/apple/swift-argument-parser/commits?author=KeithBird
732757
[kennyyork]: https://github.com/apple/swift-argument-parser/commits?author=kennyyork
733758
[klaaspieter]: https://github.com/apple/swift-argument-parser/commits?author=klaaspieter
759+
[konomae]: https://github.com/apple/swift-argument-parser/commits?author=konomae
734760
[KS1019]: https://github.com/apple/swift-argument-parser/commits?author=KS1019
735761
[kylemacomber]: https://github.com/apple/swift-argument-parser/commits?author=kylemacomber
736762
[Lantua]: https://github.com/apple/swift-argument-parser/commits?author=Lantua
737763
[lorentey]: https://github.com/apple/swift-argument-parser/commits?author=lorentey
764+
[LucianoPAlmeida]: https://github.com/apple/swift-argument-parser/commits?author=LucianoPAlmeida
738765
[MartinP7r]: https://github.com/apple/swift-argument-parser/commits?author=MartinP7r
739766
[MaxDesiatov]: https://github.com/apple/swift-argument-parser/commits?author=MaxDesiatov
740767
[McNight]: https://github.com/apple/swift-argument-parser/commits?author=McNight

0 commit comments

Comments
 (0)