Skip to content

release-0.12.0

Compare
Choose a tag to compare
@skx skx released this 10 Nov 18:31
· 75 commits to master since this release
43456f1

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 any panic 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.