@@ -16,7 +16,20 @@ package updates, you can specify your package dependency using
1616
1717--- 
1818
19- ## [ 0.4.1]  
19+ ## [ 0.4.2]  - 2021-04-21 
20+ 
21+ ### Fixes  
22+ 
23+ -  Both parts of a flag with an inversion are now hidden when specified.
24+ -  Better support for building on OpenBSD.
25+ -  Optional unparsed values are now always properly decoded. ([ #290  ] )
26+ -  Help information from super-commands is no longer unnecessarily injected
27+   into subcommand help screens. 
28+ 
29+ The 0.4.2 release includes contributions from [ 3405691582] , [ kylemacomber] ,
30+ [ miggs597] , [ natecook1000] , and [ werm098] . Thank you!
31+ 
32+ ## [ 0.4.1]  - 2021-03-08 
2033
2134### Additions  
2235
@@ -30,7 +43,7 @@ package updates, you can specify your package dependency using
3043-  Optional unparsed values are now decoded correctly in ` ParsableArguments ` 
3144  types.
3245
33- The 0.4.0  release includes contributions from [ adellibovi]  and [ natecook1000] .
46+ The 0.4.1  release includes contributions from [ adellibovi]  and [ natecook1000] .
3447Thank you!
3548
3649## [ 0.4.0]  - 2021-03-04 
@@ -439,7 +452,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
439452
440453<!--  Link references for releases --> 
441454
442- [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/0.4.1...HEAD 
455+ [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/0.4.2...HEAD 
456+ [ 0.4.2 ] : https://github.com/apple/swift-argument-parser/compare/0.4.1...0.4.2 
443457[ 0.4.1 ] : https://github.com/apple/swift-argument-parser/compare/0.4.0...0.4.1 
444458[ 0.4.0 ] : https://github.com/apple/swift-argument-parser/compare/0.3.2...0.4.0 
445459[ 0.3.2 ] : https://github.com/apple/swift-argument-parser/compare/0.3.1...0.3.2 
@@ -463,9 +477,11 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
463477[ #251 ] : https://github.com/apple/swift-argument-parser/pull/251 
464478[ #256 ] : https://github.com/apple/swift-argument-parser/pull/256 
465479[ #276 ] : https://github.com/apple/swift-argument-parser/pull/276 
480+ [ #290 ] : https://github.com/apple/swift-argument-parser/pull/290 
466481
467482<!--  Link references for contributors --> 
468483
484+ [ 3405691582 ] : https://github.com/apple/swift-argument-parser/commits?author=3405691582 
469485[ adellibovi ] : https://github.com/apple/swift-argument-parser/commits?author=adellibovi 
470486[ aleksey-mashanov ] : https://github.com/apple/swift-argument-parser/commits?author=aleksey-mashanov 
471487[ AliSoftware ] : https://github.com/apple/swift-argument-parser/commits?author=AliSoftware 
@@ -491,9 +507,11 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
491507[ jonathanpenn ] : https://github.com/apple/swift-argument-parser/commits?author=jonathanpenn 
492508[ kennyyork ] : https://github.com/apple/swift-argument-parser/commits?author=kennyyork 
493509[ klaaspieter ] : https://github.com/apple/swift-argument-parser/commits?author=klaaspieter 
510+ [ kylemacomber ] : https://github.com/apple/swift-argument-parser/commits?author=kylemacomber 
494511[ Lantua ] : https://github.com/apple/swift-argument-parser/commits?author=Lantua 
495512[ lorentey ] : https://github.com/apple/swift-argument-parser/commits?author=lorentey 
496513[ MaxDesiatov ] : https://github.com/apple/swift-argument-parser/commits?author=MaxDesiatov 
514+ [ miggs597 ] : https://github.com/apple/swift-argument-parser/commits?author=miggs597 
497515[ miguelangel-dev ] : https://github.com/apple/swift-argument-parser/commits?author=miguelangel-dev 
498516[ MPLew-is ] : https://github.com/apple/swift-argument-parser/commits?author=MPLew-is 
499517[ natecook1000 ] : https://github.com/apple/swift-argument-parser/commits?author=natecook1000 
@@ -510,6 +528,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
510528[ stuartcarnie ] : https://github.com/apple/swift-argument-parser/commits?author=stuartcarnie 
511529[ thomasvl ] : https://github.com/apple/swift-argument-parser/commits?author=thomasvl 
512530[ toddthomas ] : https://github.com/apple/swift-argument-parser/commits?author=toddthomas 
531+ [ werm098 ] : https://github.com/apple/swift-argument-parser/commits?author=werm098 
513532[ Wevah ] : https://github.com/apple/swift-argument-parser/commits?author=Wevah 
514533[ Wildchild9 ] : https://github.com/apple/swift-argument-parser/commits?author=Wildchild9 
515534[ YuAo ] : https://github.com/apple/swift-argument-parser/commits?author=YuAo 
0 commit comments