Skip to content

Commit 157fd94

Browse files
committed
Hello 0.6.x development branch
1 parent c36b92f commit 157fd94

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
Async MySQL database client for [ReactPHP](https://reactphp.org/).
66

7+
> **Development version:** This branch contains the code for the upcoming 0.6 release.
8+
> For the code of the current stable 0.5 release, check out the
9+
> [`0.5.x` branch](https://github.com/friends-of-reactphp/mysql/tree/0.5.x).
10+
>
11+
> The upcoming 0.6 release will be the way forward for this package.
12+
> However, we will still actively support 0.5.x for those not yet
13+
> on the latest version.
14+
> See also [installation instructions](#install) for more details.
15+
716
This is a MySQL database driver for [ReactPHP](https://reactphp.org/).
817
It implements the MySQL protocol and allows you to access your existing MySQL
918
database.
@@ -500,10 +509,11 @@ See also the [`close()`](#close) method.
500509
The recommended way to install this library is [through Composer](https://getcomposer.org/).
501510
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
502511

503-
This will install the latest supported version:
512+
Once released, this project will follow [SemVer](https://semver.org/).
513+
At the moment, this will install the latest development version:
504514

505515
```bash
506-
composer require react/mysql:^0.5.7
516+
composer require react/mysql:^0.6@dev
507517
```
508518

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

0 commit comments

Comments
 (0)