Skip to content

Commit

Permalink
Prepare v1.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Jun 7, 2023
1 parent 17306ce commit cff482b
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

## 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cff482b

Please sign in to comment.