All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v2.0.3 - 2025-01-01
- Update Maven dependencies
v2.0.2 - 2024-12-01
- Update Maven dependencies
v2.0.1 - 2024-11-29
- Add null check if breaking changes should be printed
v2.0.0 - 2024-11-06
- Support
Security
andDeprecated
for conventional commits
- GitLogParser.splitGitLog() method and type detection fixed
BREAKING CHANGE: Conventional commits starting with fix(security)
now
appear in the Security
category instead of Fixed
.
v1.2.0 - 2024-11-04
- Add Deprecated as additional Category
- Add Security as additional Category
- An exception occurred during auto release without changes
v1.1.1 - 2024-11-01
- Update Maven dependencies
v1.1.0 - 2024-10-21
- Auto-generated entries when using Conventional Commits
- Update Maven dependencies
v1.0.1 - 2024-10-01
- Update Maven dependencies
v1.0.0 - 2024-09-10
- Initial release of the Java Keep-A-Changelog Updater.
- Automatic updating of CHANGELOG.md based on commit messages.
- Command-line interface (CLI) for easy integration into CI/CD pipelines.
- Ability to filter commits by type (e.g., feature, bugfix) and scope.
- Detailed usage documentation and example configurations.
- Support for semantic versioning.