@@ -16,6 +16,23 @@ package updates, you can specify your package dependency using
16
16
17
17
---
18
18
19
+ ## [ 0.4.1]
20
+
21
+ ### Additions
22
+
23
+ - When a user provides an invalid value as an argument or option, the error
24
+ message now includes the help text for that argument.
25
+
26
+ ### Fixes
27
+
28
+ - Zsh completion scripts for commands that include a hyphen no longer cause
29
+ errors.
30
+ - Optional unparsed values are now decoded correctly in ` ParsableArguments `
31
+ types.
32
+
33
+ The 0.4.0 release includes contributions from [ adellibovi] and [ natecook1000] .
34
+ Thank you!
35
+
19
36
## [ 0.4.0] - 2021-03-04
20
37
21
38
### Additions
@@ -422,7 +439,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
422
439
423
440
<!-- Link references for releases -->
424
441
425
- [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/0.4.0...HEAD
442
+ [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/0.4.1...HEAD
443
+ [ 0.4.1 ] : https://github.com/apple/swift-argument-parser/compare/0.4.0...0.4.1
426
444
[ 0.4.0 ] : https://github.com/apple/swift-argument-parser/compare/0.3.2...0.4.0
427
445
[ 0.3.2 ] : https://github.com/apple/swift-argument-parser/compare/0.3.1...0.3.2
428
446
[ 0.3.1 ] : https://github.com/apple/swift-argument-parser/compare/0.3.0...0.3.1
@@ -448,6 +466,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
448
466
449
467
<!-- Link references for contributors -->
450
468
469
+ [ adellibovi ] : https://github.com/apple/swift-argument-parser/commits?author=adellibovi
451
470
[ aleksey-mashanov ] : https://github.com/apple/swift-argument-parser/commits?author=aleksey-mashanov
452
471
[ AliSoftware ] : https://github.com/apple/swift-argument-parser/commits?author=AliSoftware
453
472
[ artemnovichkov ] : https://github.com/apple/swift-argument-parser/commits?author=artemnovichkov
0 commit comments