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