Skip to content

Commit 5722686

Browse files
authoredNov 20, 2020
Prepare v2.4.0 (#96)
1 parent 60d003b commit 5722686

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed
 

‎.github/FUNDING.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: clue
2+
custom: https://clue.engineering/support

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 2.4.0 (2020-11-20)
4+
5+
* Fix: Refactor executing functional tests without ext-readline.
6+
(#95 by @clue)
7+
8+
* Improve test suite and add `.gitattributes` to exclude dev files from export.
9+
Prepare PHP 8 support, update to PHPUnit 9 and simplify test matrix.
10+
(#93 and #94 by @SimonFrings)
11+
312
## 2.3.0 (2019-08-28)
413

514
* Feature: Emit audible/visible BELL signal when using a disabled function.

‎README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ without requiring any extensions or special installation.
1212

1313
**Table of contents**
1414

15+
* [Support us](#support-us)
1516
* [Quickstart example](#quickstart-example)
1617
* [Usage](#usage)
1718
* [Stdio](#stdio)
@@ -32,6 +33,16 @@ without requiring any extensions or special installation.
3233
* [License](#license)
3334
* [More](#more)
3435

36+
## Support us
37+
38+
We invest a lot of time developing, maintaining and updating our awesome
39+
open-source projects. You can help us sustain this high-quality of our work by
40+
[becoming a sponsor on GitHub](https://github.com/sponsors/clue). Sponsors get
41+
numerous benefits in return, see our [sponsoring page](https://github.com/sponsors/clue)
42+
for details.
43+
44+
Let's take these projects to the next level together! 🚀
45+
3546
## Quickstart example
3647

3748
Once [installed](#install), you can use the following code to present a prompt in a CLI program:
@@ -622,7 +633,7 @@ This project follows [SemVer](https://semver.org/).
622633
This will install the latest supported version:
623634

624635
```bash
625-
$ composer require clue/stdio-react:^2.3
636+
$ composer require clue/stdio-react:^2.4
626637
```
627638

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

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"authors": [
88
{
99
"name": "Christian Lück",
10-
"email": "christian@lueck.tv"
10+
"email": "christian@clue.engineering"
1111
}
1212
],
1313
"require": {

0 commit comments

Comments
 (0)
Please sign in to comment.