Skip to content

Commit afe01ee

Browse files
committed
Prepare v0.1.2 release
1 parent 1a5597b commit afe01ee

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 0.1.2 (2016-05-25)
4+
5+
* Feature: Add first() function
6+
(#2 by @clue)
7+
8+
* Feature: Add all() function
9+
(#3 by @clue)
10+
11+
* Add unwrapWritable() function
12+
(#4 by @clue)
13+
314
## 0.1.1 (2016-05-01)
415

516
* Bug: Closing stream should also close input stream

README.md

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

206206
```bash
207-
$ composer require clue/promise-stream-react:^0.1
207+
$ composer require clue/promise-stream-react:^0.1.2
208208
```
209209

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

0 commit comments

Comments
 (0)