Skip to content

Commit a3b8c28

Browse files
committed
Prepare v1.0.0 release
1 parent 63a816d commit a3b8c28

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 1.0.0 (2015-09-29)
4+
5+
* First tagged release

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
A trivial implementation of timeouts for `Promise`s, built on top of [React PHP](http://reactphp.org/).
44

5-
> Note: This project is in early alpha stage! Feel free to report any issues you encounter.
6-
75
## Usage
86

97
This lightweight library consists only of a few simple functions.
@@ -200,12 +198,13 @@ The `getTimeout()` method can be used to get the timeout value in seconds.
200198

201199
## Install
202200

203-
The recommended way to install this library is [through composer](http://getcomposer.org). [New to composer?](http://getcomposer.org/doc/00-intro.md)
201+
The recommended way to install this library is [through composer](http://getcomposer.org).
202+
[New to composer?](http://getcomposer.org/doc/00-intro.md)
204203

205204
```JSON
206205
{
207206
"require": {
208-
"react/promise-timer": "dev-master"
207+
"react/promise-timer": "~1.0"
209208
}
210209
}
211210
```

0 commit comments

Comments
 (0)