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/).
11
11
* [ Install] ( #install )
12
12
* [ License] ( #license )
13
13
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.
15
15
16
16
## Usage
17
17
@@ -98,9 +98,11 @@ The recommended way to install this library is [through Composer](https://getcom
98
98
This will install the latest supported version:
99
99
100
100
``` bash
101
- $ composer require clue/promise-stream:dev-master
101
+ $ composer require clue/promise-stream:^0.1
102
102
```
103
103
104
+ See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
105
+
104
106
## License
105
107
106
108
MIT
You can’t perform that action at this time.
0 commit comments