Skip to content

Commit

Permalink
Prepare v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jun 3, 2016
1 parent b3d1227 commit adf3454
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## 0.1.0 (2016-06-03)

* First tagged release
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Streaming terminal emulator, built on top of React PHP
* [Install](#install)
* [License](#license)

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

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

```bash
$ composer require clue/term-react:dev-master
$ composer require clue/term-react:^0.1
```

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

## License

MIT

0 comments on commit adf3454

Please sign in to comment.