@@ -16,6 +16,23 @@ package updates, you can specify your package dependency using
1616
1717---
1818
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+
1936## [ 0.4.0] - 2021-03-04
2037
2138### Additions
@@ -422,7 +439,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
422439
423440<!-- Link references for releases -->
424441
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
426444[ 0.4.0 ] : https://github.com/apple/swift-argument-parser/compare/0.3.2...0.4.0
427445[ 0.3.2 ] : https://github.com/apple/swift-argument-parser/compare/0.3.1...0.3.2
428446[ 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
448466
449467<!-- Link references for contributors -->
450468
469+ [ adellibovi ] : https://github.com/apple/swift-argument-parser/commits?author=adellibovi
451470[ aleksey-mashanov ] : https://github.com/apple/swift-argument-parser/commits?author=aleksey-mashanov
452471[ AliSoftware ] : https://github.com/apple/swift-argument-parser/commits?author=AliSoftware
453472[ artemnovichkov ] : https://github.com/apple/swift-argument-parser/commits?author=artemnovichkov
0 commit comments