Skip to content

Commit 3cdd5c1

Browse files
committed
prepare bugfix release to solve regression with 7.2.0
1 parent e88e8c3 commit 3cdd5c1

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.changes/7.x/7.2.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
## 7.2.1 - 2025-05-01
3+
4+
> [!IMPORTANT]
5+
>
6+
> Equivalent to version 7.2.0 with a [quick fix](https://github.com/llaville/php-compatinfo/commit/e88e8c33a28801bed8710f65b0c6d4dcd5327923) to solve regression on PHP 8.2+ platforms
7+
8+
**Full Changelog**: [7.2.0...7.2.1](https://github.com/llaville/php-compatinfo/compare/7.2.0...7.2.1)

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
77
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
88
and is generated by [Changie](https://github.com/miniscruff/changie).
99

10+
## 7.2.1 - 2025-05-01
11+
12+
> [!IMPORTANT]
13+
>
14+
> Equivalent to version 7.2.0 with a [quick fix](https://github.com/llaville/php-compatinfo/commit/e88e8c33a28801bed8710f65b0c6d4dcd5327923) to solve regression on PHP 8.2+ platforms
15+
16+
**Full Changelog**: [7.2.0...7.2.1](https://github.com/llaville/php-compatinfo/compare/7.2.0...7.2.1)
17+
1018
## 7.2.0 - 2025-05-01
1119

1220
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Running on PHP greater or equal than 7.4 for parsing source code in a format PHP
6464

6565
[Branch_72x-img]: https://img.shields.io/badge/branch-7.2-orange
6666
[Branch_72x]: https://github.com/llaville/php-compatinfo/tree/7.2
67-
[PHPVersion_72x-img]: https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/7.2.0
67+
[PHPVersion_72x-img]: https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/7.2.1
6868
[PHPVersion_72x]: https://www.php.net/supported-versions.php
69-
[Packagist_72x-img]: https://img.shields.io/badge/packagist-v7.2.0-blue
69+
[Packagist_72x-img]: https://img.shields.io/badge/packagist-v7.2.1-blue
7070
[Packagist_72x]: https://packagist.org/packages/bartlett/php-compatinfo
7171
[License_72x-img]: https://img.shields.io/packagist/l/bartlett/php-compatinfo
7272
[License_72x]: https://github.com/llaville/php-compatinfo/blob/7.2/LICENSE

0 commit comments

Comments
 (0)