parent
bb646321fe
commit
c3d1b141a8
|
@ -1,5 +1,10 @@
|
||||||
# Revision history for butcher
|
# 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
|
## 1.3.2.3 -- June 2019
|
||||||
|
|
||||||
* Fix broken build when using deque>=0.3
|
* Fix broken build when using deque>=0.3
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
name: butcher
|
name: butcher
|
||||||
version: 1.3.2.3
|
version: 1.3.3.0
|
||||||
synopsis: Chops a command or program invocation into digestable pieces.
|
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).
|
description: See the <https://github.com/lspitzner/butcher/blob/master/README.md README> (it is properly formatted on github).
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Lennart Spitzner
|
author: Lennart Spitzner
|
||||||
maintainer: Lennart Spitzner <hexagoxel@hexagoxel.de>
|
maintainer: Lennart Spitzner <hexagoxel@hexagoxel.de>
|
||||||
copyright: Copyright (C) 2016-2019 Lennart Spitzner
|
copyright: Copyright (C) 2016-2020 Lennart Spitzner
|
||||||
category: UI
|
category: UI
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
Stability: experimental
|
Stability: experimental
|
||||||
|
|
Loading…
Reference in New Issue