File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,15 @@ package updates, you can specify your package dependency using
1616
1717---
1818
19+ ## [ 0.4.3] - 2021-04-28
20+
21+ ### Additions
22+
23+ - Experimental API for hiding ` @OptionGroup ` -declared properties from
24+ the help screen.
25+
26+ The 0.4.3 release includes a contribution from [ miggs597] . Thank you!
27+
1928## [ 0.4.2] - 2021-04-21
2029
2130### Fixes
@@ -452,7 +461,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
452461
453462<!-- Link references for releases -->
454463
455- [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/0.4.2...HEAD
464+ [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/0.4.3...HEAD
465+ [ 0.4.3 ] : https://github.com/apple/swift-argument-parser/compare/0.4.2...0.4.3
456466[ 0.4.2 ] : https://github.com/apple/swift-argument-parser/compare/0.4.1...0.4.2
457467[ 0.4.1 ] : https://github.com/apple/swift-argument-parser/compare/0.4.0...0.4.1
458468[ 0.4.0 ] : https://github.com/apple/swift-argument-parser/compare/0.3.2...0.4.0
You can’t perform that action at this time.
0 commit comments