parent
d9b56af676
commit
e8272f1804
|
@ -1,5 +1,11 @@
|
||||||
# Revision history for butcher
|
# Revision history for butcher
|
||||||
|
|
||||||
|
## 1.2.1.0 -- November 2017
|
||||||
|
|
||||||
|
* Fix bug in 'ppUsageWithHelp'
|
||||||
|
* some utilities for interactive usage in new module
|
||||||
|
`UI.Butcher.Monadic.Interactive`
|
||||||
|
|
||||||
## 1.2.0.0 -- October 2017
|
## 1.2.0.0 -- October 2017
|
||||||
|
|
||||||
* Rename some `Monadic.Param.*`, deprecate old versions.
|
* Rename some `Monadic.Param.*`, deprecate old versions.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: butcher
|
name: butcher
|
||||||
version: 1.2.0.0
|
version: 1.2.1.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
|
||||||
|
|
Loading…
Reference in New Issue