File tree 1 file changed +11
-1
lines changed
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
16
16
17
17
---
18
18
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
+
19
28
## [ 0.4.2] - 2021-04-21
20
29
21
30
### Fixes
@@ -452,7 +461,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
452
461
453
462
<!-- Link references for releases -->
454
463
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
456
466
[ 0.4.2 ] : https://github.com/apple/swift-argument-parser/compare/0.4.1...0.4.2
457
467
[ 0.4.1 ] : https://github.com/apple/swift-argument-parser/compare/0.4.0...0.4.1
458
468
[ 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