From 7a74bd0ad8fda76930c23ebc180cd6ca190c7a19 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Tue, 19 Mar 2024 07:09:52 +0000 Subject: [PATCH] prepare bugfix release 7.1.3 --- .changes/7.x/7.1.3.md | 12 ++++++++++++ CHANGELOG.md | 12 ++++++++++++ README.md | 4 ++-- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 .changes/7.x/7.1.3.md diff --git a/.changes/7.x/7.1.3.md b/.changes/7.x/7.1.3.md new file mode 100644 index 00000000..c8c8d79a --- /dev/null +++ b/.changes/7.x/7.1.3.md @@ -0,0 +1,12 @@ + +## 7.1.3 - 2024-03-19 + +### Changed + +- Raise `bartlett/php-compatinfo-db` constraint on versions 6.4 to fix compatibility with version resolving + +### Fixed + +- [#370](https://github.com/llaville/php-compatinfo/issues/370) : Typed properties PHP 7.4 feature not displayed by rule reporter + +**Full Changelog**: [7.1.2...7.1.3](https://github.com/llaville/php-compatinfo/compare/7.1.2...7.1.3) diff --git a/CHANGELOG.md b/CHANGELOG.md index 572d62e9..ed5c4f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ 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.1.3 - 2024-03-19 + +### Changed + +- Raise `bartlett/php-compatinfo-db` constraint on versions 6.4 to fix compatibility with version resolving + +### Fixed + +- [#370](https://github.com/llaville/php-compatinfo/issues/370) : Typed properties PHP 7.4 feature not displayed by rule reporter + +**Full Changelog**: [7.1.2...7.1.3](https://github.com/llaville/php-compatinfo/compare/7.1.2...7.1.3) + ## 7.1.2 - 2024-02-08 ### Changed diff --git a/README.md b/README.md index 4a45e754..582663cb 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ Running on PHP greater or equal than 7.2 for parsing source code in a format PHP [Branch_71x-img]: https://img.shields.io/badge/branch-7.1-orange [Branch_71x]: https://github.com/llaville/php-compatinfo/tree/7.1 -[PHPVersion_71x-img]: https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/7.1.0 +[PHPVersion_71x-img]: https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/7.1.3 [PHPVersion_71x]: https://www.php.net/supported-versions.php -[Packagist_71x-img]: https://img.shields.io/badge/packagist-v7.1.2-blue +[Packagist_71x-img]: https://img.shields.io/badge/packagist-v7.1.3-blue [Packagist_71x]: https://packagist.org/packages/bartlett/php-compatinfo [License_71x-img]: https://img.shields.io/packagist/l/bartlett/php-compatinfo [License_71x]: https://github.com/llaville/php-compatinfo/blob/7.1/LICENSE