Skip to content

Commit

Permalink
Prepare v0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Apr 4, 2018
1 parent 96bb4ff commit c0d06c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.3.2 (2018-04-04)

* Fix: Fix parameter binding if query contains question marks
(#40 by @clue)

* Improve test suite by simplifying test structure, improve test isolation and remove dbunit
(#39 by @clue)

## 0.3.1 (2018-03-26)

* Feature: Forward compatibility with upcoming ReactPHP components
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

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

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

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

```bash
$ composer require react/mysql:^0.3.1
$ composer require react/mysql:^0.3.2
```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react/mysql",
"description": "Async, Promise-based MySQL database client for ReactPHP.",
"keywords": ["mysql", "promise", "async", "reactphp"],
"description": "Async MySQL database client for ReactPHP.",
"keywords": ["mysql", "database", "async", "reactphp"],
"license": "MIT",
"require": {
"php": ">=5.4.0",
Expand Down

0 comments on commit c0d06c3

Please sign in to comment.