From 918ae1c4177437a1fa9b83c3546af2c2d739a3c9 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Mon, 2 Oct 2017 22:46:41 +0200 Subject: [PATCH] Bump to 1.1.1.0; Changelog --- ChangeLog.md | 7 ++++++- butcher.cabal | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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