Bump to 1.1.1.0; Changelog
parent
95886b898b
commit
918ae1c417
|
@ -1,4 +1,9 @@
|
|||
# Revision history for cmdparse-applicative
|
||||
# Revision history for butcher
|
||||
|
||||
## 1.1.1.0 -- October 2017
|
||||
|
||||
* Add `addNullCmd` function that descends into childcommand on an epsilon match
|
||||
* Add `addStringParams` function that reads all remaining words
|
||||
|
||||
## 1.1.0.2 -- September 2017
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: butcher
|
||||
version: 1.1.0.2
|
||||
version: 1.1.1.0
|
||||
synopsis: Chops a command or program invocation into digestable pieces.
|
||||
description: See the <https://github.com/lspitzner/butcher/blob/master/README.md README> (it is properly formatted on github).
|
||||
license: BSD3
|
||||
|
|
Loading…
Reference in New Issue