Skip to content

Commit bfa68ed

Browse files
committed
Prepare v0.5.2 release
1 parent ae3c540 commit bfa68ed

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# CHANGELOG
1+
# Changelog
22

3-
This file is a manually maintained list of changes for each release. Feel free
4-
to add your changes here when sending pull requests. Also send corrections if
5-
you spot any mistakes.
3+
## 0.5.2 (2016-05-20)
4+
5+
* Fix: Do not send empty SELECT statement when no database has been given
6+
(#35, #36 by @clue)
7+
8+
* Improve documentation, update dependencies and add first class support for PHP 7
69

710
## 0.5.1 (2015-01-12)
811

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -231,17 +231,17 @@ The `end()` method can be used to soft-close the Redis connection once all pendi
231231

232232
## Install
233233

234-
The recommended way to install this library is [through composer](http://getcomposer.org).
235-
[New to composer?](http://getcomposer.org/doc/00-intro.md)
234+
The recommended way to install this library is [through Composer](http://getcomposer.org).
235+
[New to Composer?](http://getcomposer.org/doc/00-intro.md)
236236

237-
```JSON
238-
{
239-
"require": {
240-
"clue/redis-react": "~0.5.0"
241-
}
242-
}
237+
This will install the latest supported version:
238+
239+
```bash
240+
$ composer require clue/redis-react:^0.5
243241
```
244242

243+
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
244+
245245
## License
246246

247247
MIT

0 commit comments

Comments
 (0)