Skip to content

Commit

Permalink
Prepare v1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jul 11, 2022
1 parent 7d15236 commit 9ba40e6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

## 1.3.0 (2022-07-11)

A major new feature release, see [**release announcement**](https://clue.engineering/2022/announcing-reactphp-async).

* Feature: Add new Async component to core components.
(#458 by @clue)

* Feature: Support PHP 8.1 release.
(#451 by @clue)

* Improve documentation, update HTTP server example for reactphp/http v1.6.0 release.
(#449 and #459 by @clue and #457 by @nhedger)

* Improve test suite, support PHPUnit 9 and update dependencies to avoid skipping tests.
(#450 and #454 by @clue and #455 by @SimonFrings)

## 1.2.0 (2021-07-11)

A major new feature release, see [**release announcement**](https://clue.engineering/2021/announcing-reactphp-default-loop).
Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -202,8 +202,8 @@ This means that instead of installing something like a "ReactPHP framework", you
pick only the components that you need.

This project follows [SemVer](https://semver.org/) for all its stable components.
The recommended way to install these components is [through Composer](https://getcomposer.org).
[New to Composer?](http://getcomposer.org/doc/00-intro.md)
The recommended way to install these components is [through Composer](https://getcomposer.org/).
[New to Composer?](https://getcomposer.org/doc/00-intro.md)

For example, this may look something like this:

Expand All @@ -219,10 +219,10 @@ installed like this:

```bash
# quick protoyping only: install all stable components
composer require react/react:^1.2
composer require react/react:^1.3
```

For more details, check out [ReactPHP's homepage](https://reactphp.org) for
For more details, check out [ReactPHP's homepage](https://reactphp.org/) for
quickstart examples and usage details.

See also the combined [changelog for all ReactPHP components](https://reactphp.org/changelog.html)
Expand Down Expand Up @@ -269,7 +269,7 @@ Thank you!
## Tests

To run the test suite, you first need to clone this repo and then install all
dependencies [through Composer](https://getcomposer.org):
dependencies [through Composer](https://getcomposer.org/):

```bash
composer install
Expand Down

0 comments on commit 9ba40e6

Please sign in to comment.