Releases: Crown0815/ConventionalChangelog
Releases · Crown0815/ConventionalChangelog
0.11.1
0.11.0
Changelog
Features
- Add option to show hash in changelog
0.10.0
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
Changelog
General Code Improvements
0.9.0
Changelog
Breaking Changes
- The version tag prefix
phas been removed from
the default configuration. When havingpbased 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
pfrom default version prefixes - Add support for overwriting the version pattern using
-tor--tag-prefix - Add support for .NET8
Bug Fixes
- Fix failing execution when given unknown arguments
0.8.0
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