Skip to content

Releases: NRWLDev/changelog-gen

v0.13.2

27 Sep 15:05
Compare
Choose a tag to compare

Features and Improvements

  • Add regex_replace jinja template filter. [3418a8d]

Commit Statistics

  • 1 commits contributed to the release.
  • 1 commits were parsed as conventional.

v0.13.1

10 Sep 16:11
Compare
Choose a tag to compare

Miscellaneous

Commit Statistics

  • 4 commits contributed to the release.
  • 1 commits were parsed as conventional.

v0.13.0

09 Sep 17:17
Compare
Choose a tag to compare

Miscellaneous

  • Breaking Migrate from poetry to uv for dependency and build management [29d35f5]

Commit Statistics

  • 2 commits contributed to the release.
  • 1 commits were parsed as conventional.

v0.12.1

06 Sep 09:08
Compare
Choose a tag to compare

Bug fixes

  • Handle rtoml issue with tables emitted before values. [24724ca]

Commit Statistics

  • 1 commits contributed to the release.
  • 1 commits were parsed as conventional.

v0.12.0

30 Aug 11:57
Compare
Choose a tag to compare

Features and Improvements

  • Breaking Drop bump-my-version dependency in favour of in house implementation. [28] [d74338a]
  • Breaking Simplify commit type and semver configuration. [35] [cb76db2]
  • Breaking Parse footers using regex, and support custom user parsers. [36] [80a335a]
  • Breaking Support link parsers to extract information from footers and generate links and link text. [37] [c24f246]
  • Breaking Update post process to generate link using a link parser, and build body with a jinja template. [44] [138c250]
  • Breaking Separate footer parsing, information extraction and link generation. [47] [632634d]
  • Add support for PR ref extraction and links in changelog. [33] [b4eef73]
  • Use jinja template to render changelog lines, support custom user templates. [38] [7aa9705]
  • Output optional statistics for inclusion in release notes. [46] [5b38748]
  • Add support for signed AWS4 requests for post process requests. [49] [d7961dc]
  • Support special github scenarios via configuration [50] [69d5002]

Bug fixes

  • Add github fixes footer support, and make footer lookups case insensitive [6520681]

Commit Statistics

  • 14 commits contributed to the release.
  • 12 commits were parsed as conventional.

v0.11.15

22 Aug 14:06
Compare
Choose a tag to compare

Bug fixes

  • Add supported for github fixes footer [9b47f12]

v0.11.14

16 Aug 09:19
Compare
Choose a tag to compare

Features and Improvements

  • Add support for github closes #X footer in commit messages to extract issue_ref. [#27] [cd577a5]
  • Add support for arbitrary user configuration for hooks [#29] [d5f2987]

v0.11.13

16 Aug 07:13
Compare
Choose a tag to compare

Bug fixes

  • Pass context object to hooks to expose output methods and configuration. [bc37854]

v0.11.12

15 Aug 17:09
Compare
Choose a tag to compare

Features and Improvements

  • Support release hooks to perform actions when a release is made. [#24] [a99e669]

v0.11.11

25 Jul 10:14
Compare
Choose a tag to compare

Bug fixes

  • Normalise commit types when matching to commit logs [#22] [a021c93]