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 Apr 12, 2016
1 parent bf97398 commit 50eeae9
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-04-12)

* First tagged release
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ built on top of [React PHP](http://reactphp.org/).
* [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 @@ -98,9 +98,11 @@ The recommended way to install this library is [through Composer](https://getcom
This will install the latest supported version:

```bash
$ composer require clue/promise-stream:dev-master
$ composer require clue/promise-stream:^0.1
```

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

## License

MIT

0 comments on commit 50eeae9

Please sign in to comment.