File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.1.0 (2016-04-12)
4+
5+ * First tagged release
Original file line number Diff line number Diff 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
9898This 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
106108MIT
You can’t perform that action at this time.
0 commit comments