Skip to content

Commit 038798d

Browse files
committed
Prepare v1.1.0 release
1 parent cc0d6a4 commit 038798d

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.github/FUNDING.yml

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

CHANGELOG.md

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

3+
## 1.1.0 (2020-12-15)
4+
5+
* Improve test suite and add `.gitattributes` to exclude dev files from exports.
6+
Add PHP 8 support, update to PHPUnit 9 and simplify test setup.
7+
(#30, #31, #33, #34 and #37 by @SimonFrings)
8+
39
## 1.0.1 (2019-05-17)
410

511
* Fix: Fix result set rows for DDL queries to be null, instead of empty array.

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ so you can query your data without blocking your main application.
2828

2929
**Table of contents**
3030

31+
* [Support us](#support-us)
3132
* [Quickstart example](#quickstart-example)
3233
* [Usage](#usage)
3334
* [Factory](#factory)
@@ -45,6 +46,16 @@ so you can query your data without blocking your main application.
4546
* [Tests](#tests)
4647
* [License](#license)
4748

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

5061
The following example code demonstrates how this library can be used to open an
@@ -394,7 +405,7 @@ This project follows [SemVer](https://semver.org/).
394405
This will install the latest supported version:
395406

396407
```bash
397-
$ composer require clue/reactphp-sqlite:^1.0.1
408+
$ composer require clue/reactphp-sqlite:^1.1
398409
```
399410

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

composer.json

Lines changed: 1 addition & 1 deletion
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
"autoload": {

0 commit comments

Comments
 (0)