File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 44All notable changes to this project will be documented in this file.
55<!-- - END HEADER -->
66
7+ ## [ 1.17.1] ( https://github.com/marcocesarato/php-conventional-changelog/compare/v1.17.0...v1.17.1 ) (2024-03-09)
8+
9+ ### Bug Fixes
10+
11+ * Symfony 7 compatibility command ([ 1926ac] ( https://github.com/marcocesarato/php-conventional-changelog/commit/1926ac42c365d1ab625155aca33b97a3f239ff19 ) )
12+
13+
14+ ---
15+
716## [ 1.17.0] ( https://github.com/marcocesarato/php-conventional-changelog/compare/v1.16.0...v1.17.0 ) (2023-03-26)
817
918### Bug Fixes
Original file line number Diff line number Diff line change 22
33<h1 align =" center " >PHP Conventional Changelog</h1 >
44
5- ![ Version] ( https://img.shields.io/badge/version-1.17.0 -brightgreen?style=for-the-badge )
5+ ![ Version] ( https://img.shields.io/badge/version-1.17.1 -brightgreen?style=for-the-badge )
66![ Requirements] ( https://img.shields.io/badge/php-%3E%3D%207.1.3-4F5D95?style=for-the-badge )
77[ ![ Conventional Commits] ( https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow?style=for-the-badge )] ( https://conventionalcommits.org )
88![ License] ( https://img.shields.io/github/license/marcocesarato/php-conventional-changelog?style=for-the-badge )
Original file line number Diff line number Diff line change 11{
22 "name" : " marcocesarato/php-conventional-changelog" ,
33 "description" : " Generate changelogs and release notes from a project's commit messages and metadata and automate versioning with semver.org and conventionalcommits.org" ,
4- "version" : " 1.17.0 " ,
4+ "version" : " 1.17.1 " ,
55 "type" : " library" ,
66 "license" : " GPL-3.0-or-later" ,
77 "minimum-stability" : " stable" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ $command = new DefaultCommand($config);
2727$ commandName = $ command ->getName ();
2828
2929// Run application single command
30- $ application = new Application ('conventional-changelog ' , '1.17.0 ' );
30+ $ application = new Application ('conventional-changelog ' , '1.17.1 ' );
3131$ application ->add ($ command );
3232$ application ->setDefaultCommand ($ commandName , true );
3333$ application ->run ();
You can’t perform that action at this time.
0 commit comments