Skip to content

Commit 1721e2b

Browse files
committed
Prepare v0.6.6 release
1 parent bf021f7 commit 1721e2b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.6.6 (2025-01-01)
4+
5+
This is a compatibility release that contains backported features from the `0.7.x` branch.
6+
Once v0.7 is released, it will be the way forward for this project.
7+
8+
* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types.
9+
(#114 by @clue)
10+
11+
* Improve test suite to run tests on latest PHP versions and report failed assertions.
12+
(#113 by @clue)
13+
314
## 0.6.5 (2022-09-16)
415

516
* Feature: Full support for PHP 8.1 and PHP 8.2 release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ The recommended way to install this library is [through Composer](https://getcom
588588
This will install the latest supported version:
589589

590590
```bash
591-
composer require react/child-process:^0.6.5
591+
composer require react/child-process:^0.6.6
592592
```
593593

594594
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)