v1.0.3
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.
- Pull Request: #297
- See Also: https://github.com/ap0llo/changelog/blob/master/docs/message-overrides.md
- Commit:
226ead5
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.