Skip to content

Commit

Permalink
Prepare v0.6.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jan 1, 2025
1 parent bf021f7 commit 1721e2b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1721e2b

Please sign in to comment.