From fb6679f503b60670a39906c6e52a2c6bd1cb9115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Mon, 7 Mar 2016 10:59:17 +0100 Subject: [PATCH] Prepare v1.0.0 release --- CHANGELOG.md | 7 +++++++ README.md | 13 ++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d002c40..4aedffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 44c2097..6aa5aab 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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