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.9.0 (2019-02-10)
- #45: Submit link references together with the release notes for each version so that links are always properly rendered - @deivid-rodriguez
0.8.0 (2019-01-26)
- Drop support for EOL Rubies. Chandler now requires Ruby >= 2.3.
0.7.0 (2016-12-23)
- #23: Fix warnings reported when using Rake 12.0 - @mattbrictson
- #21: Remove --debug flag since it is not used anywhere - @mattbrictson
0.6.0 (2016-11-09)
- #19: Add GitHub Enterprise support - @mattbrictson
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)
- Initial release