Skip to content

Releases: marcocesarato/php-conventional-changelog

v1.17.4

27 Mar 12:35
930d040

Choose a tag to compare

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

Full Changelog: v1.17.3...v1.17.4

Release 1.17.3

21 Jan 11:43
c49b4a6

Choose a tag to compare

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

Full Changelog: v1.17.2...v1.17.3

Release 1.17.2

19 May 14:36

Choose a tag to compare

Bug Fixes

  • Wrong commits with non-latin description grouping

Release 1.17.1

09 Mar 14:51

Choose a tag to compare

Bug Fixes

  • Symfony 7 compatibility command (1926ac)

Release 1.17.0

26 Mar 17:03

Choose a tag to compare

Bug Fixes

  • Cast Scope as string to use it as array key (Thanks to @aprat84)
  • Check string offset exists before using it (Thanks to @aprat84)

Release 1.16.0

26 Nov 10:35

Choose a tag to compare

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

04 Nov 19:07

Choose a tag to compare

Bug Fixes

  • Bump first time with extra version
  • Extra tag bumping #48
  • Semantic version compare

Release 1.15.4

27 Oct 20:15

Choose a tag to compare

Bug Fixes

  • Restore last tag with refname method

Release 1.15.3

27 Oct 19:55

Choose a tag to compare

Bug Fixes

  • Prefix stripping and merged tags only #47
  • Semantic version prefix remove

Release 1.15.2

24 Oct 15:11

Choose a tag to compare

Bug Fixes

  • Enable merged feature with new extra logics
  • Extra release generation (thanks to @jeremycab)
  • Force autobump on an extra release (thanks to @jeremycab)