Skip to content

Commit a45e0af

Browse files
committed
Prepare v0.1.3 release
1 parent d982740 commit a45e0af

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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.1.3 (2017-04-06)
4+
5+
* Feature: Forward compatibility with Stream v0.6 and v0.5 (while keeping BC)
6+
(#18 and #20 by @clue)
7+
8+
* Improve test suite by adding PHPUnit to require-dev
9+
(#19 by @clue)
10+
311
## 0.1.2 (2016-06-14)
412

513
* Fix: Fix processing events when input writes during data event

README.md

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

111111
```bash
112-
$ composer require clue/term-react:^0.1
112+
$ composer require clue/term-react:^0.1.3
113113
```
114114

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

0 commit comments

Comments
 (0)