Skip to content

Commit

Permalink
Prepare v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed May 30, 2016
1 parent 87ff48a commit dd4a2e6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.4.0 (2016-05-30)

* Feature: Add `ConnectionManagerConcurrent`
(#10 by @clue)

* Feature: Support Promise cancellation for all connectors
(#9 by @clue)

## 0.3.3 (2016-05-29)

* Fix repetitions for `ConnectionManagerRepeat`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The recommended way to install this library is [through Composer](http://getcomp
This will install the latest supported version:

```bash
$ composer require clue/connection-manager-extra:^0.3
$ composer require clue/connection-manager-extra:^0.4
```

See also the [CHANGELOG](CHANGELOG.md) for more details about version upgrades.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clue/connection-manager-extra",
"description": "Extra decorators for creating async TCP/IP connections built upon react/socket-client",
"keywords": ["SocketClient", "network", "connection", "timeout", "delay", "reject", "repeat", "retry", "random", "acl", "firewall"],
"description": "Extra decorators for creating async TCP/IP connections built upon react/socket-client",
"keywords": ["SocketClient", "network", "connection", "timeout", "delay", "reject", "repeat", "retry", "random", "acl", "firewall", "ReactPHP"],
"homepage": "https://github.com/clue/php-connection-manager-extra",
"license": "MIT",
"authors": [
Expand All @@ -11,7 +11,7 @@
}
],
"autoload": {
"psr-4": {"ConnectionManager\\Extra\\": "src"}
"psr-4": { "ConnectionManager\\Extra\\": "src" }
},
"require": {
"php": ">=5.3",
Expand Down

0 comments on commit dd4a2e6

Please sign in to comment.