Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 2.98 KB

CHANGELOG.md

File metadata and controls

67 lines (42 loc) · 2.98 KB

chandler Change Log

All notable changes to this project will be documented in this file.

chandler is in a pre-1.0 state. This means that its APIs and behavior are subject to breaking changes without deprecation notices. Until 1.0, version numbers will follow a Semver-ish 0.y.z format, where y is incremented when new features or breaking changes are introduced, and z is incremented for lesser changes or bug fixes.

  • Your contribution here!

0.7.0 (2016-12-23)

0.6.0 (2016-11-09)

0.5.0 (2016-10-07)

  • Adds support for using CHANDLER_GITHUB_API_TOKEN to authenticate your API requests - Orta

0.4.0 (2016-09-23)

  • Support for reStructuredText definition-list style CHANGELOG layouts.

0.3.1 (2016-05-13)

  • Fix a bug where the formatting of certain Markdown release notes were inadvertently altered due to stripping indentation off the first line of the text.

0.3.0 (2016-03-22)

  • Support Markdown "setext" style h1-level headings #11

0.2.0 (2016-02-19)

  • 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)

0.1.2 (2015-10-26)

  • Fix Windows test failures introduced in 0.1.1

0.1.1 (2015-10-26)

  • Work around parsing issues caused by non-breaking spaces in change logs (e.g. SSHKit)

0.1.0 (2015-06-19)

  • Initial release