@@ -12,12 +12,20 @@ package updates, you can specify your package dependency using
1212
1313## [ Unreleased]
1414
15+ * No changes yet.*
16+
17+ ## [ 0.0.3] - 2020-03-22
18+
1519### Additions
1620
1721- You can specify the ` .unconditionalRemaining ` parsing strategy for arrays of
1822 positional arguments to accept dash-prefixed input, like
1923 ` example --one two -three ` .
2024- You can now provide a default value for a positional argument.
25+ - You can now customize the display of default values in the extended help for
26+ an ` ExpressibleByArgument ` type.
27+ - You can call the static ` exitCode(for:) ` method on any command to retrieve the
28+ exit code for a given error.
2129
2230### Fixes
2331
@@ -38,6 +46,10 @@ package updates, you can specify your package dependency using
3846- Extended help now omits extra line breaks when displaying arguments or commands
3947 with long names that don't provide help text.
4048
49+ The 0.0.3 release includes contributions from [ compnerd] , [ elliottwilliams] ,
50+ [ glessard] , [ griffin-stewie] , [ iainsmith] , [ Lantua] , [ miguelangel-dev] ,
51+ [ natecook1000] , [ sjavora] , and [ YuAo] . Thank you!
52+
4153## [ 0.0.2] - 2020-03-06
4254
4355### Additions
@@ -85,7 +97,8 @@ The 0.0.2 release includes contributions from [AliSoftware], [buttaface],
8597
8698<!-- Link references for releases -->
8799
88- [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/0.0.2...HEAD
100+ [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/0.0.3...HEAD
101+ [ 0.0.3 ] : https://github.com/apple/swift-argument-parser/compare/0.0.2...0.0.3
89102[ 0.0.2 ] : https://github.com/apple/swift-argument-parser/compare/0.0.1...0.0.2
90103[ 0.0.1 ] : https://github.com/apple/swift-argument-parser/releases/tag/0.0.1
91104
@@ -95,14 +108,19 @@ The 0.0.2 release includes contributions from [AliSoftware], [buttaface],
95108[ buttaface ] : https://github.com/apple/swift-argument-parser/commits?author=buttaface
96109[ compnerd ] : https://github.com/apple/swift-argument-parser/commits?author=compnerd
97110[ dduan ] : https://github.com/apple/swift-argument-parser/commits?author=dduan
111+ [ elliottwilliams ] : https://github.com/apple/swift-argument-parser/commits?author=elliottwilliams
98112[ glessard ] : https://github.com/apple/swift-argument-parser/commits?author=glessard
99113[ griffin-stewie ] : https://github.com/apple/swift-argument-parser/commits?author=griffin-stewie
114+ [ iainsmith ] : https://github.com/apple/swift-argument-parser/commits?author=iainsmith
100115[ IngmarStein ] : https://github.com/apple/swift-argument-parser/commits?author=IngmarStein
101116[ jonathanpenn ] : https://github.com/apple/swift-argument-parser/commits?author=jonathanpenn
102117[ klaaspieter ] : https://github.com/apple/swift-argument-parser/commits?author=klaaspieter
118+ [ Lantua ] : https://github.com/apple/swift-argument-parser/commits?author=Lantua
119+ [ miguelangel-dev ] : https://github.com/apple/swift-argument-parser/commits?author=miguelangel-dev
103120[ natecook1000 ] : https://github.com/apple/swift-argument-parser/commits?author=natecook1000
104121[ Sajjon ] : https://github.com/apple/swift-argument-parser/commits?author=Sajjon
105122[ sjavora ] : https://github.com/apple/swift-argument-parser/commits?author=sjavora
106123[ Wildchild9 ] : https://github.com/apple/swift-argument-parser/commits?author=Wildchild9
124+ [ YuAo ] : https://github.com/apple/swift-argument-parser/commits?author=YuAo
107125[ zntfdr ] : https://github.com/apple/swift-argument-parser/commits?author=zntfdr
108126
0 commit comments