@@ -14,6 +14,24 @@ package updates, you can specify your package dependency using
14
14
15
15
* No changes yet.*
16
16
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
+
17
35
## [ 0.0.4] - 2020-03-23
18
36
19
37
### Fixes
@@ -103,7 +121,8 @@ The 0.0.2 release includes contributions from [AliSoftware], [buttaface],
103
121
104
122
<!-- Link references for releases -->
105
123
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
107
126
[ 0.0.4 ] : https://github.com/apple/swift-argument-parser/compare/0.0.3...0.0.4
108
127
[ 0.0.3 ] : https://github.com/apple/swift-argument-parser/compare/0.0.2...0.0.3
109
128
[ 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],
121
140
[ iainsmith ] : https://github.com/apple/swift-argument-parser/commits?author=iainsmith
122
141
[ IngmarStein ] : https://github.com/apple/swift-argument-parser/commits?author=IngmarStein
123
142
[ jonathanpenn ] : https://github.com/apple/swift-argument-parser/commits?author=jonathanpenn
143
+ [ kennyyork ] : https://github.com/apple/swift-argument-parser/commits?author=kennyyork
124
144
[ klaaspieter ] : https://github.com/apple/swift-argument-parser/commits?author=klaaspieter
125
145
[ Lantua ] : https://github.com/apple/swift-argument-parser/commits?author=Lantua
126
146
[ miguelangel-dev ] : https://github.com/apple/swift-argument-parser/commits?author=miguelangel-dev
127
147
[ natecook1000 ] : https://github.com/apple/swift-argument-parser/commits?author=natecook1000
128
148
[ Sajjon ] : https://github.com/apple/swift-argument-parser/commits?author=Sajjon
149
+ [ sgl0v ] : https://github.com/apple/swift-argument-parser/commits?author=sgl0v
129
150
[ sjavora ] : https://github.com/apple/swift-argument-parser/commits?author=sjavora
130
151
[ Wildchild9 ] : https://github.com/apple/swift-argument-parser/commits?author=Wildchild9
131
152
[ YuAo ] : https://github.com/apple/swift-argument-parser/commits?author=YuAo
0 commit comments