Skip to content

Commit a112069

Browse files
committed
Prepare v1.5.0 release
1 parent 170fb93 commit a112069

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.5.0 (2018-06-13)
4+
5+
* Feature: Improve memory consumption by cleaning up garbage references to pending promise without canceller.
6+
(#34 by @clue)
7+
38
## 1.4.0 (2018-06-11)
49

510
* Feature: Improve memory consumption by cleaning up garbage references.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ This project follows [SemVer](https://semver.org/).
342342
This will install the latest supported version:
343343

344344
```bash
345-
$ composer require react/promise-timer:^1.4
345+
$ composer require react/promise-timer:^1.5
346346
```
347347

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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react/promise-timer",
33
"description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
44
"keywords": ["Promise", "timeout", "timer", "event-loop", "ReactPHP", "async"],
5-
"homepage": "https://github.com/react/promise-timer",
5+
"homepage": "https://github.com/reactphp/promise-timer",
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)