diff --git a/ChangeLog.md b/ChangeLog.md index 9e98a2c..5d7c36b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,10 @@ # Revision history for butcher +## 1.3.0.1 -- April 2018 + +* Support ghc-8.4 +* Drop support for ghc<8 + ## 1.3.0.0 -- February 2018 * Experimental: Hidden commandparts (do not appear in help) diff --git a/butcher.cabal b/butcher.cabal index 019ce2f..622f6d1 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -1,5 +1,5 @@ name: butcher -version: 1.3.0.0 +version: 1.3.0.1 synopsis: Chops a command or program invocation into digestable pieces. description: See the (it is properly formatted on github). license: BSD3