Skip to content

Releases: marcocesarato/php-conventional-changelog

Release 1.17.2

19 May 14:36
Compare
Choose a tag to compare

Bug Fixes

  • Wrong commits with non-latin description grouping

Release 1.17.1

09 Mar 14:51
Compare
Choose a tag to compare

Bug Fixes

  • Symfony 7 compatibility command (1926ac)

Release 1.17.0

26 Mar 17:03
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug Fixes

  • Restore last tag with refname method

Release 1.15.3

27 Oct 19:55
Compare
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
Compare
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)

Release 1.15.1

04 Jun 17:14
Compare
Choose a tag to compare

Bug Fixes

  • Add blank line after headers (Thanks to @brunob )

Release 1.15.0

04 Jun 17:13
Compare
Choose a tag to compare

Features

  • Add a getCurrentBranch method to Repository (Thanks to @brunob)