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