Fixed up a broken doc example and added some new intro. See the [milestone](https://github.com/toejough/pimento/issues?q=milestone%3A0.7.1+is%3Aclosed) for details.
0.7.0
Added the ability to accept options via pipe to the CLI tool.
The issue list is [here](https://github.com/toejough/pimento/issues?q=milestone%3A0.7.0+is%3Aclosed).
0.6.1
Make the CLI exit gracefully given CTRL-C.
Also properly handle a few other conditions. For a full list of things fixed/updated in this release, see the [issues](https://github.com/toejough/pimento/issues?q=milestone%3A0.6.1+is%3Aclosed) for this milestone.
0.6.0
This release introduces tab-completion, arrow-navigation of history and the current line, and fuzzy matching (to replace 'search' matching.
For a full list of things changed, see the [issues](https://github.com/toejough/pimento/issues?q=milestone%3A0.6.0+is%3Aclosed) for this release.
0.5.3
Added a comprehensive example utilizing all of the options. Also fixed up some straggling markdown syntax in the RST file.
0.5.2
Updating README to RST-only, for rendering on both github and pypi.
The full list of issues addressed in this release is [here](https://github.com/toejough/pimento/issues?q=milestone%3A0.5.2)