Skip to content

Releases: ramsey/conventional-commits

1.5.1

14 May 03:15
b995ee3
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Allow symfony/console, symfony/filesystem at major version 7.

1.5.0

18 Mar 18:59
1.5.0
f6cb233
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • The minimum required version of PHP is now 8.1.
  • The minimum required version of symfony/console and symfony/filesystem is now 6.0.
  • The minimum required version of the Composer runtime API is now 2.0.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.4.0

18 Mar 18:24
1.4.0
b48b3c5
Compare
Choose a tag to compare

Added

  • Add validate command to the CLI to validate commit messages directly from the console.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.3.1

20 Apr 02:51
1.3.1
e47f2af
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Update how ramsey/conventional-commits uses input and output so this library will work properly (without interface errors) with symfony/console ^4.4.30, ^5.3.7, and ^6.0.

1.3.0

09 Jan 01:06
1.3.0
1bc1edd
Compare
Choose a tag to compare

Added

  • Support finding composer.json when ramsey/conventional-commits is bundled within a Phar (see #29).
  • Allow use of version 6.x of required Symfony packages.

Changed

  • Move captainhook/captainhook to require-dev and suggest it as a dependency.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.2.0

09 Nov 20:12
1.2.0
3a68f54
Compare
Choose a tag to compare

Added

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

1.1.2

07 Aug 22:31
1.1.2
41322e4
Compare
Choose a tag to compare

Maintenance release, updating project standards and dependencies only.

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.1.1

26 Oct 21:37
1.1.1
3ff2644
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • require composer/composer as a standard (non-dev) dependency, since commit hooks do not call CaptainHook in the context of Composer

1.1.0

26 Oct 19:46
1.1.0
dc9d93a
Compare
Choose a tag to compare

Added

  • #2 enables configuration of Conventional Commits messages

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.0.1

29 Aug 02:27
1.0.1
ed24867
Compare
Choose a tag to compare

Fixed

  • refactor: add ramsey/devtools to the project and refactor accordingly