From 1721e2b93d89b745664353b9cfc8f155ba8a6159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Wed, 1 Jan 2025 17:37:48 +0100 Subject: [PATCH] Prepare v0.6.6 release --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81bf50c..5ad759d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.6.6 (2025-01-01) + +This is a compatibility release that contains backported features from the `0.7.x` branch. +Once v0.7 is released, it will be the way forward for this project. + +* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types. + (#114 by @clue) + +* Improve test suite to run tests on latest PHP versions and report failed assertions. + (#113 by @clue) + ## 0.6.5 (2022-09-16) * Feature: Full support for PHP 8.1 and PHP 8.2 release. diff --git a/README.md b/README.md index 2dc8aab..bea7204 100644 --- a/README.md +++ b/README.md @@ -588,7 +588,7 @@ The recommended way to install this library is [through Composer](https://getcom This will install the latest supported version: ```bash -composer require react/child-process:^0.6.5 +composer require react/child-process:^0.6.6 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.