Skip to content

Commit d670a66

Browse files
committed
Prepare v1.6.0 release
1 parent edcac41 commit d670a66

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 1.6.0 (2023-05-12)
4+
5+
* Feature: Forward compatibility with upcoming Promise v3.
6+
(#63 by @clue)
7+
8+
* Feature: Full PHP 8.2+ compatibility.
9+
(#64 by @clue and #62 by @SimonFrings)
10+
11+
* Improve test suite, ensure 100% code coverage and report failed assertions.
12+
(#65 and #66 by @clue)
13+
314
## 1.5.0 (2022-02-15)
415

516
* Feature: Improve PHAR support, support spawning worker process from PHARs without file extension.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ This project follows [SemVer](https://semver.org/).
439439
This will install the latest supported version:
440440

441441
```bash
442-
composer require clue/reactphp-sqlite:^1.5
442+
composer require clue/reactphp-sqlite:^1.6
443443
```
444444

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

0 commit comments

Comments
 (0)