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

Releases: mattbrictson/chandler

0.9.0

10 Feb 08:22
Compare
Choose a tag to compare
  • #45: Submit link references together with the release notes for each version so that links are always properly rendered - @deivid-rodriguez

0.8.0

26 Jan 19:14
Compare
Choose a tag to compare
  • Drop support for EOL Rubies. Chandler now requires Ruby >= 2.3.

0.7.0

23 Dec 18:32
Compare
Choose a tag to compare

0.6.0

09 Nov 15:31
Compare
Choose a tag to compare

0.5.0

07 Oct 16:45
Compare
Choose a tag to compare
  • Adds support for using CHANDLER_GITHUB_API_TOKEN to authenticate your API requests - Orta

0.4.0

23 Sep 17:38
Compare
Choose a tag to compare
  • Support for reStructuredText definition-list style CHANGELOG layouts.

0.3.1

13 May 18:24
Compare
Choose a tag to compare
  • 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

22 Mar 22:54
Compare
Choose a tag to compare
  • Support Markdown "setext" style h1-level headings #11

0.2.0

19 Feb 19:52
Compare
Choose a tag to compare
  • 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

26 Oct 23:32
Compare
Choose a tag to compare
  • Fix Windows test failures introduced in 0.1.1