diff --git a/ChangeLog.md b/ChangeLog.md index 28493a7..a902f86 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for cmdparse-applicative +## 1.1.0.2 -- September 2017 + +* Improve 'usage' pretty-printing + ## 1.1.0.1 -- August 2017 * Adapt for ghc-8.2 diff --git a/butcher.cabal b/butcher.cabal index 1a86f7a..73d505b 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -1,5 +1,5 @@ name: butcher -version: 1.1.0.1 +version: 1.1.0.2 synopsis: Chops a command or program invocation into digestable pieces. description: See the README (it is properly formatted on github) license: BSD3