Skip to content

Commit c0d06c3

Browse files
committed
Prepare v0.3.2 release
1 parent 96bb4ff commit c0d06c3

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

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

3+
## 0.3.2 (2018-04-04)
4+
5+
* Fix: Fix parameter binding if query contains question marks
6+
(#40 by @clue)
7+
8+
* Improve test suite by simplifying test structure, improve test isolation and remove dbunit
9+
(#39 by @clue)
10+
311
## 0.3.1 (2018-03-26)
412

513
* Feature: Forward compatibility with upcoming ReactPHP components

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/friends-of-reactphp/mysql.svg?branch=master)](https://travis-ci.org/friends-of-reactphp/mysql)
44

5-
Async, [Promise](https://github.com/reactphp/promise)-based MySQL database client
6-
for [ReactPHP](https://reactphp.org/).
5+
Async MySQL database client for [ReactPHP](https://reactphp.org/).
76

87
This is a MySQL database driver for [ReactPHP](https://reactphp.org/).
98
It implements the MySQL protocol and allows you to access your existing MySQL
@@ -84,7 +83,7 @@ The recommended way to install this library is [through Composer](https://getcom
8483
This will install the latest supported version:
8584

8685
```bash
87-
$ composer require react/mysql:^0.3.1
86+
$ composer require react/mysql:^0.3.2
8887
```
8988

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react/mysql",
3-
"description": "Async, Promise-based MySQL database client for ReactPHP.",
4-
"keywords": ["mysql", "promise", "async", "reactphp"],
3+
"description": "Async MySQL database client for ReactPHP.",
4+
"keywords": ["mysql", "database", "async", "reactphp"],
55
"license": "MIT",
66
"require": {
77
"php": ">=5.4.0",

0 commit comments

Comments
 (0)