Skip to content

Commit 72ef0d6

Browse files
committed
Prepare v0.2.0 release
1 parent 408ac05 commit 72ef0d6

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
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.2.0 (2016-03-08)
4+
5+
* Feature: Support Promise cancellation
6+
(#7 by @clue)
7+
8+
* Improve documentation, update dependencies and
9+
first class support for PHP 7 and HHVM.
10+
311
## 0.1.0 (2015-03-26)
412

513
* First tagged release

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,15 @@ Please refer to [clue/block-react](https://github.com/clue/php-block-react#readm
131131

132132
## Install
133133

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

136-
```JSON
137-
{
138-
"require": {
139-
"clue/mdns-react": "~0.1.0"
140-
}
141-
}
137+
```bash
138+
$ composer require clue/mdns-react:~0.2.0
142139
```
143140

141+
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
142+
144143
## License
145144

146145
MIT

0 commit comments

Comments
 (0)