Skip to content

Commit 99241e8

Browse files
committed
Prepare v1.3.0 release
1 parent fdedb5e commit 99241e8

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.3.0 (2020-10-16)
4+
5+
* Enhanced documentation for ReactPHP's new HTTP client.
6+
(#20 by @SimonFrings)
7+
8+
* Improve test suite and add `.gitattributes` to exclude dev files from exports.
9+
Prepare PHP 8 support, update to PHPUnit 9 and simplify test matrix.
10+
(#16, #18 and #19 by @SimonFrings)
11+
312
## 1.2.0 (2020-04-17)
413

514
* Feature: Add `any()` helper to await first successful fulfillment of operations.

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ much any API that already uses Promises.
3838

3939
**Table of contents**
4040

41+
* [Support us](#support-us)
4142
* [Quickstart example](#quickstart-example)
4243
* [Usage](#usage)
4344
* [Transformer](#transformer)
@@ -51,6 +52,16 @@ much any API that already uses Promises.
5152
* [License](#license)
5253
* [More](#more)
5354

55+
## Support us
56+
57+
We invest a lot of time developing, maintaining and updating our awesome
58+
open-source projects. You can help us sustain this high-quality of our work by
59+
[becoming a sponsor on GitHub](https://github.com/sponsors/clue). Sponsors get
60+
numerous benefits in return, see our [sponsoring page](https://github.com/sponsors/clue)
61+
for details.
62+
63+
Let's take these projects to the next level together! 🚀
64+
5465
## Quickstart example
5566

5667
Once [installed](#install), you can use the following code to process an example
@@ -652,7 +663,7 @@ This project follows [SemVer](https://semver.org/).
652663
This will install the latest supported version:
653664

654665
```bash
655-
$ composer require clue/reactphp-flux:^1.2
666+
$ composer require clue/reactphp-flux:^1.3
656667
```
657668

658669
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)