From 19b458cfce38fde8c68d8df2e5ad498f5c0e21fa Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Sun, 2 Dec 2018 14:34:40 +0100 Subject: [PATCH] Bump to 1.3.2.2 --- ChangeLog.md | 5 +++++ butcher.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 1039008..c1a8f1a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,10 @@ # Revision history for butcher +## 1.3.2.2 -- December 2018 + +* Fix too-shallow descriptions on siblings for partial parses returned + for interactive usage + ## 1.3.2.1 -- October 2018 * Adapt/Use latest version of `deque` to fix ghc-8.6 problems diff --git a/butcher.cabal b/butcher.cabal index 0b3b6d8..37568a1 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -1,5 +1,5 @@ name: butcher -version: 1.3.2.1 +version: 1.3.2.2 synopsis: Chops a command or program invocation into digestable pieces. description: See the (it is properly formatted on github). license: BSD3