Bump to 1.3.3.0, Add changelog

pull/6/head 1.3.3.0
Lennart Spitzner 2020-04-11 23:36:09 +02:00
parent bb646321fe
commit c3d1b141a8
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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 <https://github.com/lspitzner/butcher/blob/master/README.md README> (it is properly formatted on github).
license: BSD3
license-file: LICENSE
author: Lennart Spitzner
maintainer: Lennart Spitzner <hexagoxel@hexagoxel.de>
copyright: Copyright (C) 2016-2019 Lennart Spitzner
copyright: Copyright (C) 2016-2020 Lennart Spitzner
category: UI
build-type: Simple
Stability: experimental