Skip to content

Commit 6dae976

Browse files
committed
Prepare v0.5.2 release
1 parent c5ac28b commit 6dae976

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 0.5.2 (2019-02-05)
4+
5+
* Fix: Fix `ConnectionInterface` return type hint in `Factory`.
6+
(#93 by @clue)
7+
8+
* Minor documentation typo fix and improve test suite to test against PHP 7.3,
9+
add forward compatibility with PHPUnit 7 and use legacy PHPUnit 5 on HHVM.
10+
(#92 and #94 by @clue)
11+
312
## 0.5.1 (2019-01-12)
413

514
* Fix: Fix "bad handshake" error when connecting without database name.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# MySQL
23

34
[![Build Status](https://travis-ci.org/friends-of-reactphp/mysql.svg?branch=master)](https://travis-ci.org/friends-of-reactphp/mysql)
@@ -460,7 +461,7 @@ The recommended way to install this library is [through Composer](https://getcom
460461
This will install the latest supported version:
461462

462463
```bash
463-
$ composer require react/mysql:^0.5.1
464+
$ composer require react/mysql:^0.5.2
464465
```
465466

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

0 commit comments

Comments
 (0)