@@ -16,7 +16,20 @@ package updates, you can specify your package dependency using
16
16
17
17
---
18
18
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
20
33
21
34
### Additions
22
35
@@ -30,7 +43,7 @@ package updates, you can specify your package dependency using
30
43
- Optional unparsed values are now decoded correctly in ` ParsableArguments `
31
44
types.
32
45
33
- The 0.4.0 release includes contributions from [ adellibovi] and [ natecook1000] .
46
+ The 0.4.1 release includes contributions from [ adellibovi] and [ natecook1000] .
34
47
Thank you!
35
48
36
49
## [ 0.4.0] - 2021-03-04
@@ -439,7 +452,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
439
452
440
453
<!-- Link references for releases -->
441
454
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
443
457
[ 0.4.1 ] : https://github.com/apple/swift-argument-parser/compare/0.4.0...0.4.1
444
458
[ 0.4.0 ] : https://github.com/apple/swift-argument-parser/compare/0.3.2...0.4.0
445
459
[ 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
463
477
[ #251 ] : https://github.com/apple/swift-argument-parser/pull/251
464
478
[ #256 ] : https://github.com/apple/swift-argument-parser/pull/256
465
479
[ #276 ] : https://github.com/apple/swift-argument-parser/pull/276
480
+ [ #290 ] : https://github.com/apple/swift-argument-parser/pull/290
466
481
467
482
<!-- Link references for contributors -->
468
483
484
+ [ 3405691582 ] : https://github.com/apple/swift-argument-parser/commits?author=3405691582
469
485
[ adellibovi ] : https://github.com/apple/swift-argument-parser/commits?author=adellibovi
470
486
[ aleksey-mashanov ] : https://github.com/apple/swift-argument-parser/commits?author=aleksey-mashanov
471
487
[ 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
491
507
[ jonathanpenn ] : https://github.com/apple/swift-argument-parser/commits?author=jonathanpenn
492
508
[ kennyyork ] : https://github.com/apple/swift-argument-parser/commits?author=kennyyork
493
509
[ klaaspieter ] : https://github.com/apple/swift-argument-parser/commits?author=klaaspieter
510
+ [ kylemacomber ] : https://github.com/apple/swift-argument-parser/commits?author=kylemacomber
494
511
[ Lantua ] : https://github.com/apple/swift-argument-parser/commits?author=Lantua
495
512
[ lorentey ] : https://github.com/apple/swift-argument-parser/commits?author=lorentey
496
513
[ MaxDesiatov ] : https://github.com/apple/swift-argument-parser/commits?author=MaxDesiatov
514
+ [ miggs597 ] : https://github.com/apple/swift-argument-parser/commits?author=miggs597
497
515
[ miguelangel-dev ] : https://github.com/apple/swift-argument-parser/commits?author=miguelangel-dev
498
516
[ MPLew-is ] : https://github.com/apple/swift-argument-parser/commits?author=MPLew-is
499
517
[ 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
510
528
[ stuartcarnie ] : https://github.com/apple/swift-argument-parser/commits?author=stuartcarnie
511
529
[ thomasvl ] : https://github.com/apple/swift-argument-parser/commits?author=thomasvl
512
530
[ toddthomas ] : https://github.com/apple/swift-argument-parser/commits?author=toddthomas
531
+ [ werm098 ] : https://github.com/apple/swift-argument-parser/commits?author=werm098
513
532
[ Wevah ] : https://github.com/apple/swift-argument-parser/commits?author=Wevah
514
533
[ Wildchild9 ] : https://github.com/apple/swift-argument-parser/commits?author=Wildchild9
515
534
[ YuAo ] : https://github.com/apple/swift-argument-parser/commits?author=YuAo
0 commit comments