You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.1.0
* Add trimTrailingWhitespace option to changelog mojo
* Update to JGit 6.10.0
* Various minor improvements
* Update various other dependencies
Version 1.0.1
* [SECURITY] Update Commons IO to 2.11.0
* [SECURITY] Update Commons Text to 1.10.0
* [BUGFIX] Fix describing Git tags with dashes
* [IMPROVEMENT] Update various other dependencies
Version 1.0.0
* Use JGit for describing commits
* Fix contributor lists in combination with .mailmap
* Various code improvments
* Various dependency updates
Version 0.9.2
* [BUGFIX] Fix problems introduced by worktree support
* [IMPROVEMENT] Introduce HTML and Markdown escaping for contributors
* [IMPROVEMENT] Various code cleanups
Version 0.9.1
* [FEATURE] Add support for Git worktrees
* [IMPROVEMENT] Update JGit to 5.2.1
* [IMPROVEMENT] Documentation improvements
* [IMPROVEMENT] Update other dependencies
* [FIXED] Fix property name in check mojo
Version 0.9.0
* Support different changelog formats (Markdown, plain-text are built-in)
* Support various Git services for changelog links (GitHub and GitLab
built-in)
* Allow escaping of commit messages in changelogs
* Various minor improvements
* Update to JGit 5
* Update to JUnit 5
* Switch to JaCoCo for coverage reports
* Update various other dependencies
Version 0.8.2
* [FIXED] Properties are correctly set again
* [IMPROVEMENT] Do not print GitHub link before the first commit in generated
changelogs
* [IMPROVEMENT] Updated build process and environment