Bump to 1.2.1.0; Changelog

pull/5/head 1.2.1.0
Lennart Spitzner 2017-11-13 21:28:19 +01:00
parent d9b56af676
commit e8272f1804
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# 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
* Rename some `Monadic.Param.*`, deprecate old versions.

View File

@ -1,5 +1,5 @@
name: butcher
version: 1.2.0.0
version: 1.2.1.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