Skip to content

Commit

Permalink
Bumped version and updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jun 26, 2015
1 parent c762349 commit b2e5dfe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Recoil Changelog

### 0.3.0 (2015-06-26)

* **[BC]** Removed `StrandInterface::resume()`
* **[NEW]** `return` statement can be used to return a value inside a coroutine (requires PHP 7)
* **[IMPROVED]** Improved method documentation on `Recoil` facade (thanks @rjkip)

### 0.2.1 (2014-10-16)

* **[IMPROVED]** Added support for cancellable promises
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,4 @@ $eventLoop->run();
<!-- references -->
[Build Status]: http://img.shields.io/travis/recoilphp/recoil/develop.svg?style=flat-square
[Test Coverage]: http://img.shields.io/coveralls/recoilphp/recoil/develop.svg?style=flat-square
[SemVer]: http://img.shields.io/:semver-0.2.1-yellow.svg?style=flat-square
[SemVer]: http://img.shields.io/:semver-0.3.0-yellow.svg?style=flat-square
2 changes: 1 addition & 1 deletion src/PackageInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
class PackageInfo
{
const NAME = 'Recoil';
const VERSION = '0.2.1';
const VERSION = '0.3.0';
}

0 comments on commit b2e5dfe

Please sign in to comment.