@@ -14,6 +14,24 @@ package updates, you can specify your package dependency using
1414
1515* No changes yet.*
1616
17+ ## [ 0.0.5] - 2020-04-15
18+
19+ ### Additions
20+
21+ - You can now specify a version string in a ` ParsableCommand ` 's configuration.
22+ The generated tool will then automatically respond to a ` --version ` flag.
23+ - Command definitions are now validated at runtime in debug mode, to check
24+ issues that can't be detected during compilation.
25+
26+ ### Fixes
27+
28+ - Deprecation warnings during compilation on Linux have been removed.
29+ - The ` validate() ` method is now called on each command in the matched command
30+ stack, instead of only the last command in the stack.
31+
32+ The 0.0.5 release includes contributions from [ kennyyork] , [ natecook1000] ,
33+ [ sgl0v] , and [ YuAo] . Thank you!
34+
1735## [ 0.0.4] - 2020-03-23
1836
1937### Fixes
@@ -103,7 +121,8 @@ The 0.0.2 release includes contributions from [AliSoftware], [buttaface],
103121
104122<!-- Link references for releases -->
105123
106- [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/0.0.4...HEAD
124+ [ Unreleased ] : https://github.com/apple/swift-argument-parser/compare/0.0.5...HEAD
125+ [ 0.0.5 ] : https://github.com/apple/swift-argument-parser/compare/0.0.4...0.0.5
107126[ 0.0.4 ] : https://github.com/apple/swift-argument-parser/compare/0.0.3...0.0.4
108127[ 0.0.3 ] : https://github.com/apple/swift-argument-parser/compare/0.0.2...0.0.3
109128[ 0.0.2 ] : https://github.com/apple/swift-argument-parser/compare/0.0.1...0.0.2
@@ -121,11 +140,13 @@ The 0.0.2 release includes contributions from [AliSoftware], [buttaface],
121140[ iainsmith ] : https://github.com/apple/swift-argument-parser/commits?author=iainsmith
122141[ IngmarStein ] : https://github.com/apple/swift-argument-parser/commits?author=IngmarStein
123142[ jonathanpenn ] : https://github.com/apple/swift-argument-parser/commits?author=jonathanpenn
143+ [ kennyyork ] : https://github.com/apple/swift-argument-parser/commits?author=kennyyork
124144[ klaaspieter ] : https://github.com/apple/swift-argument-parser/commits?author=klaaspieter
125145[ Lantua ] : https://github.com/apple/swift-argument-parser/commits?author=Lantua
126146[ miguelangel-dev ] : https://github.com/apple/swift-argument-parser/commits?author=miguelangel-dev
127147[ natecook1000 ] : https://github.com/apple/swift-argument-parser/commits?author=natecook1000
128148[ Sajjon ] : https://github.com/apple/swift-argument-parser/commits?author=Sajjon
149+ [ sgl0v ] : https://github.com/apple/swift-argument-parser/commits?author=sgl0v
129150[ sjavora ] : https://github.com/apple/swift-argument-parser/commits?author=sjavora
130151[ Wildchild9 ] : https://github.com/apple/swift-argument-parser/commits?author=Wildchild9
131152[ YuAo ] : https://github.com/apple/swift-argument-parser/commits?author=YuAo
0 commit comments