Skip to content

Commit b33962c

Browse files
committed
Prepare v1.0.0 release
1 parent a45e0af commit b33962c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.0.0 (2017-04-06)
4+
5+
* First stable release, now following SemVer
6+
7+
> Contains no other changes, so it's actually fully compatible with the v0.1 releases.
8+
39
## 0.1.3 (2017-04-06)
410

511
* Feature: Forward compatibility with Stream v0.6 and v0.5 (while keeping BC)

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Streaming terminal emulator, built on top of React PHP
1111
* [License](#license)
1212
* [More](#more)
1313

14-
> Note: This project is in beta stage! Feel free to report any issues you encounter.
15-
1614
## Usage
1715

1816
### ControlCodeParser
@@ -109,7 +107,7 @@ The recommended way to install this library is [through Composer](https://getcom
109107
This will install the latest supported version:
110108

111109
```bash
112-
$ composer require clue/term-react:^0.1.3
110+
$ composer require clue/term-react:^1.0
113111
```
114112

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

0 commit comments

Comments
 (0)