From c3d1b141a8ec560ce4453f47777692b899dff727 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Sat, 11 Apr 2020 23:36:09 +0200 Subject: [PATCH] Bump to 1.3.3.0, Add changelog --- ChangeLog.md | 5 +++++ butcher.cabal | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 20d57ac..81b8274 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,10 @@ # Revision history for butcher +## 1.3.3.0 -- April 2020 + +* Fix bug with params with default when parsing from commandline +* Add the `descendDescTo` function + ## 1.3.2.3 -- June 2019 * Fix broken build when using deque>=0.3 diff --git a/butcher.cabal b/butcher.cabal index 8695318..e655e08 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -1,12 +1,12 @@ name: butcher -version: 1.3.2.3 +version: 1.3.3.0 synopsis: Chops a command or program invocation into digestable pieces. description: See the (it is properly formatted on github). license: BSD3 license-file: LICENSE author: Lennart Spitzner maintainer: Lennart Spitzner -copyright: Copyright (C) 2016-2019 Lennart Spitzner +copyright: Copyright (C) 2016-2020 Lennart Spitzner category: UI build-type: Simple Stability: experimental