Skip to content

Commit 50eeae9

Browse files
committed
Prepare v0.1.0 release
1 parent bf97398 commit 50eeae9

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-04-12)
4+
5+
* First tagged release

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ built on top of [React PHP](http://reactphp.org/).
1111
* [Install](#install)
1212
* [License](#license)
1313

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

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

100100
```bash
101-
$ composer require clue/promise-stream:dev-master
101+
$ composer require clue/promise-stream:^0.1
102102
```
103103

104+
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
105+
104106
## License
105107

106108
MIT

0 commit comments

Comments
 (0)