Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

0.2.0

Compare
Choose a tag to compare
@mattbrictson mattbrictson released this 19 Feb 19:52
· 62 commits to master since this release
  • Chandler now understands versions at Markdown/Rdoc h1-level headings (previously only h2 and h3 were searched).
  • If Chandler can't find any version tags, print an error message rather than exiting silently.
  • If Chandler can't find a version in your CHANGELOG, it will log a warning rather than exiting with an uncaught exception.
  • Add --tag-prefix option to allow for other Git version tag formats (e.g. myapp-v1.0.0; see #3)