From d670a6694e7c4ba327f4778c4f2fd499c3fb85fc Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Fri, 12 May 2023 14:31:35 +0200 Subject: [PATCH] Prepare v1.6.0 release --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3cfbc..e753615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.6.0 (2023-05-12) + +* Feature: Forward compatibility with upcoming Promise v3. + (#63 by @clue) + +* Feature: Full PHP 8.2+ compatibility. + (#64 by @clue and #62 by @SimonFrings) + +* Improve test suite, ensure 100% code coverage and report failed assertions. + (#65 and #66 by @clue) + ## 1.5.0 (2022-02-15) * Feature: Improve PHAR support, support spawning worker process from PHARs without file extension. diff --git a/README.md b/README.md index ce830f9..b9ab665 100644 --- a/README.md +++ b/README.md @@ -439,7 +439,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -composer require clue/reactphp-sqlite:^1.5 +composer require clue/reactphp-sqlite:^1.6 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.