Skip to content

Releases: Crown0815/ConventionalChangelog

0.11.1

27 Jan 14:22
3dbb7f3

Choose a tag to compare

Changelog

General Code Improvements

0.11.0

10 Jun 12:20
f61ee6c

Choose a tag to compare

Changelog

Features

  • Add option to show hash in changelog

0.10.0

02 Jun 10:15

Choose a tag to compare

Changelog

Breaking Changes

  • .NET6 and .NET7 are no longer supported by Microsoft
    and are therefore no longer supported by this tool

Features

  • Add support for reference commits
  • Add option to order changelog newest-to-oldest or oldest-to-newest
  • Add support for skipping title
  • Add option to --ignore-scope in changelog
  • Remove support for EOL .NET versions
  • Add support for scopes in release notes

Bug Fixes

  • Fix scope not being ignored when separated by space from :
  • Add support for conventional commits with scope

0.9.1

09 Feb 15:13

Choose a tag to compare

Changelog

General Code Improvements

0.9.0

09 Feb 14:55

Choose a tag to compare

Changelog

Breaking Changes

  • The version tag prefix p has been removed from
    the default configuration. When having p based version tags, e.g.,
    for pre-releases, it is now necessary to use the -t [pv] argument.

Features

  • Enable ignoring prerelease versions when creating changelog
  • Remove p from default version prefixes
  • Add support for overwriting the version pattern using -t or --tag-prefix
  • Add support for .NET8

Bug Fixes

  • Fix failing execution when given unknown arguments

0.8.0

29 Dec 22:43

Choose a tag to compare

Changelog

Features

  • Enable overwriting of commits through correction files
  • Enable cli to create file with --output option
  • Enable cli to create file with -o option