diff --git a/.changes/7.x/7.0.3.md b/.changes/7.x/7.0.3.md new file mode 100644 index 00000000..d4b38b5f --- /dev/null +++ b/.changes/7.x/7.0.3.md @@ -0,0 +1,9 @@ + +## 7.0.3 - 2023-12-30 + +### Fixed + +- Print wrong link on about command output +- Allow to use the db:new command from CompatInfoDB 6.1.x + +**Full Changelog**: [7.0.2...7.0.3](https://github.com/llaville/php-compatinfo/compare/7.0.2...7.0.3) diff --git a/.changes/7.x/unreleased/Fixed-20231206-144352.yaml b/.changes/7.x/unreleased/Fixed-20231206-144352.yaml deleted file mode 100644 index 94a68ea7..00000000 --- a/.changes/7.x/unreleased/Fixed-20231206-144352.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: print wrong link on about command output -time: 2023-12-06T14:43:52.736425435Z diff --git a/.changes/7.x/unreleased/Fixed-20231230-071612.yaml b/.changes/7.x/unreleased/Fixed-20231230-071612.yaml deleted file mode 100644 index 9f137a29..00000000 --- a/.changes/7.x/unreleased/Fixed-20231230-071612.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: Allow to use the db:new command from CompatInfoDB 6.1.x -time: 2023-12-30T07:16:12.705224664Z diff --git a/CHANGELOG.md b/CHANGELOG.md index a6588407..6e87904c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 7.0.3 - 2023-12-30 + +### Fixed + +- Print wrong link on about command output +- Allow to use the db:new command from CompatInfoDB 6.1.x + +**Full Changelog**: [7.0.2...7.0.3](https://github.com/llaville/php-compatinfo/compare/7.0.2...7.0.3) + ## 7.0.2 - 2023-12-06 ### Changed diff --git a/README.md b/README.md index e0b59e25..3b735e3a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Running on PHP greater or equal than 7.2 for parsing source code in a format PHP [Branch_70x]: https://github.com/llaville/php-compatinfo/tree/7.0 [PHPVersion_70x-img]: https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/7.0.1 [PHPVersion_70x]: https://www.php.net/supported-versions.php -[Packagist_70x-img]: https://img.shields.io/badge/packagist-v7.0.2-blue +[Packagist_70x-img]: https://img.shields.io/badge/packagist-v7.0.3-blue [Packagist_70x]: https://packagist.org/packages/bartlett/php-compatinfo [License_70x-img]: https://img.shields.io/packagist/l/bartlett/php-compatinfo [License_70x]: https://github.com/llaville/php-compatinfo/blob/7.0/LICENSE