Skip to content

Commit 986d191

Browse files
authored
Update changelog for 0.4.3 release (#305)
1 parent ee32b80 commit 986d191

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)