Releases: marcocesarato/php-conventional-changelog
Releases · marcocesarato/php-conventional-changelog
Release 1.17.2
Bug Fixes
- Wrong commits with non-latin description grouping
Release 1.17.1
Bug Fixes
- Symfony 7 compatibility command (1926ac)
Release 1.17.0
Release 1.16.0
Features
- New option: Do not update CHANGELOG if no commits found. (Thanks to @william-suppo)
Bug Fixes
- Can parse header with carriage return and newline. (Thanks to @william-suppo)
- Retrieve last tag with extra #48
Release 1.15.5
Bug Fixes
- Bump first time with extra version
- Extra tag bumping #48
- Semantic version compare
Release 1.15.4
Bug Fixes
- Restore last tag with refname method
Release 1.15.3
Bug Fixes
- Prefix stripping and merged tags only #47
- Semantic version prefix remove
Release 1.15.2
Bug Fixes
- Enable merged feature with new extra logics
- Extra release generation (thanks to @jeremycab)
- Force autobump on an extra release (thanks to @jeremycab)
Release 1.15.1
Bug Fixes
- Add blank line after headers (Thanks to @brunob )
Release 1.15.0
Features
- Add a getCurrentBranch method to Repository (Thanks to @brunob)