Skip to content

Commit e1e0647

Browse files
committed
Prepare v0.5.1 release
1 parent 5511b21 commit e1e0647

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 0.5.1 (2018-04-09)
4+
5+
* New loop: ExtEvLoop (PECL ext-ev) (#148 by @kaduev13)
6+
37
## 0.5.0 (2018-04-05)
48

59
A major feature release with a significant documentation overhaul and long overdue API cleanup!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ The recommended way to install this library is [through Composer](https://getcom
661661
This will install the latest supported version:
662662

663663
```bash
664-
$ composer require react/event-loop:^0.5
664+
$ composer require react/event-loop:^0.5.1
665665
```
666666

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

0 commit comments

Comments
 (0)