Skip to content

Commit

Permalink
Prepare v1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jun 13, 2018
1 parent 170fb93 commit a112069
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 1.5.0 (2018-06-13)

* Feature: Improve memory consumption by cleaning up garbage references to pending promise without canceller.
(#34 by @clue)

## 1.4.0 (2018-06-11)

* Feature: Improve memory consumption by cleaning up garbage references.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -342,7 +342,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require react/promise-timer:^1.4
$ composer require react/promise-timer:^1.5
```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "react/promise-timer",
"description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
"keywords": ["Promise", "timeout", "timer", "event-loop", "ReactPHP", "async"],
"homepage": "https://github.com/react/promise-timer",
"homepage": "https://github.com/reactphp/promise-timer",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit a112069

Please sign in to comment.