Skip to content

Commit

Permalink
Prepare v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Mar 7, 2016
1 parent 14ea8f2 commit fb6679f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.0.0 (2016-03-07)

* First stable release, now following SemVer
* Improved documentation

> Contains no other changes, so it's actually fully compatible with the v0.2.0 release.
## 0.2.0 (2015-03-26)

* Changed to use faster stream based networking API
Expand Down
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Among others, multicast networking is the basis for:
* [Install](#install)
* [License](#license)

> Note: This project is in beta stage! Feel free to report any issues you encounter.
## Quickstart example

Once [installed](#install), you can use the following code to create a simple
Expand Down Expand Up @@ -129,14 +127,11 @@ Please refer to the [datagram documentation](https://github.com/reactphp/datagra

## 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/multicast-react": "~0.2.0"
}
}
```bash
$ composer require clue/multicast-react:~1.0
```

## License
Expand Down

0 comments on commit fb6679f

Please sign in to comment.