release-0.12.0
release-0.12.0
This release adds the new markdown-toc
sub-command, which allows you to easily generate a table of contents from a markdown file. I use a perl-script to do this in many of my existing projects, so this is an easy win.
In addition to the new command there were a couple of minor tweaks:
- If the
DEBUG
environmental variable is set to a non-empty value anypanic
the code produces will be displayed literally, rather than being hidden and recovered from.- This is useful for debugging.
- The dependencies were bumped to their latest upstream version(s).
- No significant changes required.