Skip to content

Releases: github-changelog-generator/github-changelog-generator

v1.16.4

03 Jun 07:15
Compare
Choose a tag to compare
  • #966 Feature: Allow named markdown links - Thank you, @kikito!
  • #967: Fix: Directly handle rate limiting using client.rate_limit.resets_in. Thanks, @ioquatix!

v1.16.3

14 May 11:31
Compare
Choose a tag to compare
  • #963 require "yaml" before use. Avoids an issue with the --front-matter option.

v1.16.2

28 Apr 10:54
Compare
Choose a tag to compare

1.16.2 (2021-04-28)

Full Changelog

Implemented enhancements:

  • Configure a Docker Automated build #644

Fixed bugs:

  • Getting an error: 'list_issues': wrong number of arguments (given 3, expected 0..2) (ArgumentError) #952

Closed issues:

  • Error generating change log using >=1.16.0 #956
  • Unable to run, undefined method `include?' for nil:NilClass (NoMethodError) #954
  • Docker images are not published for new releases #951
  • Not all options listed in OptionParser have optional arguments #945
  • Add Ruby 3 to CI, make it pass #928
  • SSL error on Windows with docker #894

Merged pull requests:

v1.16.1

22 Mar 15:20
Compare
Choose a tag to compare
  • Fix #942: Custom Rake task with a specific name raised an ArgumentError.

v1.16.0

21 Mar 19:27
Compare
Choose a tag to compare

This is a new features & bug fixes release, which also drops support for EOL versions of Ruby. Ruby 2.5 and newer are supported.

Features

Changes

Bugs fixed

v1.15.2

12 Jan 09:08
Compare
Choose a tag to compare
Bump to v1.15.2

v1.15.1

12 Jan 09:08
Compare
Choose a tag to compare
Bump to v1.15.1

v1.15.0

05 Oct 08:10
Compare
Choose a tag to compare
Bump to v1.15.0

v1.15.0.pre.rc

22 Jun 08:30
Compare
Choose a tag to compare
v1.15.0.pre.rc Pre-release
Pre-release

v1.15.0-rc (2017-10-29)

Full Changelog

Implemented enhancements:

  • Add option --require to load custom Ruby code before starting #574 (olleolleolle)

Fixed bugs:

  • issue_line_labels and breaking_labels fail as rake file config params #583

Merged pull requests:

v1.15.0.beta

13 Oct 20:36
Compare
Choose a tag to compare
v1.15.0.beta Pre-release
Pre-release

v1.15.0.pre.beta (2017-10-13)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • since_tag doesn't work when tag specified is the latest tag #555
  • since_tag seems to not be working #304
  • filter tags correctly when since\_tag is set to most recent tag #566 (Crunch09)

Closed issues:

  • SSL Cert issue on Windows #475

Merged pull requests: