From 986d191f94cec88f6350056da59c2e59e83d1229 Mon Sep 17 00:00:00 2001 From: Nate Cook Date: Wed, 28 Apr 2021 10:41:32 -0500 Subject: [PATCH] Update changelog for 0.4.3 release (#305) --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb69afd0..bfc3017aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,15 @@ package updates, you can specify your package dependency using --- +## [0.4.3] - 2021-04-28 + +### Additions + +- Experimental API for hiding `@OptionGroup`-declared properties from + the help screen. + +The 0.4.3 release includes a contribution from [miggs597]. Thank you! + ## [0.4.2] - 2021-04-21 ### Fixes @@ -452,7 +461,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co -[Unreleased]: https://github.com/apple/swift-argument-parser/compare/0.4.2...HEAD +[Unreleased]: https://github.com/apple/swift-argument-parser/compare/0.4.3...HEAD +[0.4.3]: https://github.com/apple/swift-argument-parser/compare/0.4.2...0.4.3 [0.4.2]: https://github.com/apple/swift-argument-parser/compare/0.4.1...0.4.2 [0.4.1]: https://github.com/apple/swift-argument-parser/compare/0.4.0...0.4.1 [0.4.0]: https://github.com/apple/swift-argument-parser/compare/0.3.2...0.4.0