Bump to 1.1.1.0; Changelog

pull/5/head
Lennart Spitzner 2017-10-02 22:46:41 +02:00
parent 95886b898b
commit 918ae1c417
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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