From c2c01bb1bdbcecabf7033ae97dae21b5f8e49821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Fri, 7 Apr 2017 19:53:59 +0200 Subject: [PATCH] Prepare v1.0.0 release --- CHANGELOG.md | 6 ++++++ README.md | 6 ++---- composer.json | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4219a78..3109bc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.0 (2017-04-07) + +* First stable release, now following SemVer + + > Contains no other changes, so it's actually fully compatible with the v0.1 releases. + ## 0.1.2 (2017-04-07) * Feature: Forward compatibility with Stream v0.6 and v0.5 (while keeping BC) diff --git a/README.md b/README.md index 31b4320..46b97e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # clue/utf8-react [![Build Status](https://travis-ci.org/clue/php-utf8-react.svg?branch=master)](https://travis-ci.org/clue/php-utf8-react) -Streaming UTF-8 parser for React PHP +Streaming UTF-8 parser, built on top of [ReactPHP](https://reactphp.org/) **Table of Contents** @@ -11,8 +11,6 @@ Streaming UTF-8 parser for React PHP * [License](#license) * [More](#more) -> Note: This project is in beta stage! Feel free to report any issues you encounter. - ## Usage ### Sequencer @@ -61,7 +59,7 @@ The recommended way to install this library is [through Composer](https://getcom This will install the latest supported version: ```bash -$ composer require clue/utf8-react:^0.1.2 +$ composer require clue/utf8-react:^1.0 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades. diff --git a/composer.json b/composer.json index 6c2ca1e..811ea02 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "clue/utf8-react", - "description": "Streaming UTF-8 parser for React PHP", + "description": "Streaming UTF-8 parser, built on top of ReactPHP", "keywords": ["UTF-8", "utf8", "unicode", "streaming", "ReactPHP"], "homepage": "https://github.com/clue/php-utf8-react", "license": "MIT",