From cff482bbad5848ecbe8b57da57e4e213b03619aa Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Wed, 7 Jun 2023 12:28:34 +0200 Subject: [PATCH] Prepare v1.13.0 release --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8371dc99..1cb8a675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.13.0 (2023-06-07) + +* Feature: Include timeout logic to avoid dependency on reactphp/promise-timer. + (#305 by @clue) + +* Feature: Improve errno detection for failed connections without `ext-sockets`. + (#304 by @clue) + +* Improve test suite, clean up leftover `.sock` files and report failed assertions. + (#299, #300, #301 and #306 by @clue) + ## 1.12.0 (2022-08-25) * Feature: Forward compatibility with react/promise 3. diff --git a/README.md b/README.md index 577a2589..6aa9c59c 100644 --- a/README.md +++ b/README.md @@ -1494,7 +1494,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -composer require react/socket:^1.12 +composer require react/socket:^1.13 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.