Skip to content

Commit adf3454

Browse files
committed
Prepare v0.1.0 release
1 parent b3d1227 commit adf3454

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 0.1.0 (2016-06-03)
4+
5+
* First tagged release

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Streaming terminal emulator, built on top of React PHP
99
* [Install](#install)
1010
* [License](#license)
1111

12-
> Note: This project is in early alpha stage! Feel free to report any issues you encounter.
12+
> Note: This project is in beta stage! Feel free to report any issues you encounter.
1313
1414
## Usage
1515

@@ -107,9 +107,11 @@ The recommended way to install this library is [through Composer](https://getcom
107107
This will install the latest supported version:
108108

109109
```bash
110-
$ composer require clue/term-react:dev-master
110+
$ composer require clue/term-react:^0.1
111111
```
112112

113+
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
114+
113115
## License
114116

115117
MIT

0 commit comments

Comments
 (0)