Skip to content

v1.0.3

Compare
Choose a tag to compare
@ap0llo ap0llo released this 08 Jan 22:02

New Features

Build System and Dependency Changes

Breaking Changes

Details

Add .NET 6 support

Add support for running changelog on .NET 6

Add option to override a commit's message through git notes

Add the option to override a commit's message through git notes.
When present, the note text will replace the commit message for further processing.

This allows to either add, remove or edit a change log entry without changing the commit.

Remove support for .NET Core 2.1

Breaking Change: Running changelog on .NET Core 2.1 will no longer be possible

Remove support for .NET Core 2.1 since that version of .NET reaches its end-of-life in August 2021.
The minimum version required to run changelog will be .NET Core 3.1 going forward.