This repository has been archived by the owner on May 16, 2021. It is now read-only.
Releases: mattbrictson/chandler
Releases · mattbrictson/chandler
0.9.0
- #45: Submit link references together with the release notes for each version so that links are always properly rendered - @deivid-rodriguez
0.8.0
- Drop support for EOL Rubies. Chandler now requires Ruby >= 2.3.
0.7.0
- #23: Fix warnings reported when using Rake 12.0 - @mattbrictson
- #21: Remove --debug flag since it is not used anywhere - @mattbrictson
0.6.0
- #19: Add GitHub Enterprise support - @mattbrictson
0.5.0
- Adds support for using
CHANDLER_GITHUB_API_TOKEN
to authenticate your API requests - Orta
0.4.0
- Support for reStructuredText
definition-list
style CHANGELOG layouts.
0.3.1
- 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
0.2.0
- 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
- Fix Windows test failures introduced in 0.1.1