Skip to content

Commit 47bd06e

Browse files
authored
Update changelog for 0.4.2 release (#302)
1 parent f314199 commit 47bd06e

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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].
3447
Thank 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

Comments
 (0)