From 32e2faa9a8bd3309d97bfe54044b1ddf8de40b28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sun, 12 Nov 2023 18:19:57 +0100 Subject: [PATCH] Hello `0.7.x` development branch --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c1f938a..8b0e027 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ Async MySQL database client for [ReactPHP](https://reactphp.org/). +> **Development version:** This branch contains the code for the upcoming +> version 0.7 release. For the code of the current stable version 0.6 release, check +> out the [`0.6.x` branch](https://github.com/friends-of-reactphp/mysql/tree/0.6.x). +> +> The upcoming version 0.7 release will be the way forward for this package. +> However, we will still actively support version 0.6 for those not yet on the +> latest version. +> See also [installation instructions](#install) for more details. + This is a MySQL database driver for [ReactPHP](https://reactphp.org/). It implements the MySQL protocol and allows you to access your existing MySQL database. @@ -502,11 +511,11 @@ See also the [`close()`](#close) method. The recommended way to install this library is [through Composer](https://getcomposer.org/). [New to Composer?](https://getcomposer.org/doc/00-intro.md) -This project follows [SemVer](https://semver.org/). -This will install the latest supported version: +Once released, this project will follow [SemVer](https://semver.org/). +At the moment, this will install the latest development version: ```bash -composer require react/mysql:^0.6 +composer require react/mysql:^0.7@dev ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.