Releases: marcocesarato/php-conventional-changelog
Releases · marcocesarato/php-conventional-changelog
v1.17.4
What's Changed
- [WIP] Add support for annotated and signed tags by @Copilot in #88
- fix: Add void return type to configure() for Symfony Console 7.x compatibility by @kachnitel in #92
New Contributors
- @kachnitel made their first contribution in #92
Full Changelog: v1.17.3...v1.17.4
Release 1.17.3
What's Changed
- Fix Azure DevOps compare URL for changelog generation with support for all URL patterns #82
- Fix ambiguous argument error when generating changelog in #86
- Fix incorrect version bumps for release candidates in #83
- Add option to include commit author in #84
- Implement pipe tests and fix linting issues in #87
- Add support for Symfony 8 by @fabianoroberto in #89
- Prepare 1.17.3 release metadata and changelog in #91
New Contributors
- @fabianoroberto made their first contribution in #89
Full Changelog: v1.17.2...v1.17.3
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)