Skip to content

Commit

Permalink
Prepare v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Mar 8, 2016
1 parent 408ac05 commit 72ef0d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.2.0 (2016-03-08)

* Feature: Support Promise cancellation
(#7 by @clue)

* Improve documentation, update dependencies and
first class support for PHP 7 and HHVM.

## 0.1.0 (2015-03-26)

* First tagged release
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,15 @@ Please refer to [clue/block-react](https://github.com/clue/php-block-react#readm

## Install

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

```JSON
{
"require": {
"clue/mdns-react": "~0.1.0"
}
}
```bash
$ composer require clue/mdns-react:~0.2.0
```

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

## License

MIT
Expand Down

0 comments on commit 72ef0d6

Please sign in to comment.