diff --git a/ChangeLog.md b/ChangeLog.md index a902f86..353dc80 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/butcher.cabal b/butcher.cabal index 9d3679c..a5cc1c7 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -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 (it is properly formatted on github). license: BSD3