From ed4665f8ee401a433e3fdb352673061d413fd17a Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Tue, 17 Apr 2018 18:13:14 +0200 Subject: [PATCH] Bump to 1.3.1.0, changelog --- ChangeLog.md | 4 ++++ butcher.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5d7c36b..2236b42 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for butcher +## 1.3.1.0 -- April 2018 + +* Add/Expose two more functions: addAlternatives and varPartDesc + ## 1.3.0.1 -- April 2018 * Support ghc-8.4 diff --git a/butcher.cabal b/butcher.cabal index 2461d30..cb2289c 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -1,5 +1,5 @@ name: butcher -version: 1.3.0.1 +version: 1.3.1.0 synopsis: Chops a command or program invocation into digestable pieces. description: See the (it is properly formatted on github). license: BSD3