Skip to content

Commit dd4a2e6

Browse files
committed
Prepare v0.4.0 release
1 parent 87ff48a commit dd4a2e6

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.4.0 (2016-05-30)
4+
5+
* Feature: Add `ConnectionManagerConcurrent`
6+
(#10 by @clue)
7+
8+
* Feature: Support Promise cancellation for all connectors
9+
(#9 by @clue)
10+
311
## 0.3.3 (2016-05-29)
412

513
* Fix repetitions for `ConnectionManagerRepeat`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The recommended way to install this library is [through Composer](http://getcomp
111111
This will install the latest supported version:
112112

113113
```bash
114-
$ composer require clue/connection-manager-extra:^0.3
114+
$ composer require clue/connection-manager-extra:^0.4
115115
```
116116

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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clue/connection-manager-extra",
3-
"description": "Extra decorators for creating async TCP/IP connections built upon react/socket-client",
4-
"keywords": ["SocketClient", "network", "connection", "timeout", "delay", "reject", "repeat", "retry", "random", "acl", "firewall"],
3+
"description": "Extra decorators for creating async TCP/IP connections built upon react/socket-client",
4+
"keywords": ["SocketClient", "network", "connection", "timeout", "delay", "reject", "repeat", "retry", "random", "acl", "firewall", "ReactPHP"],
55
"homepage": "https://github.com/clue/php-connection-manager-extra",
66
"license": "MIT",
77
"authors": [
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"autoload": {
14-
"psr-4": {"ConnectionManager\\Extra\\": "src"}
14+
"psr-4": { "ConnectionManager\\Extra\\": "src" }
1515
},
1616
"require": {
1717
"php": ">=5.3",

0 commit comments

Comments
 (0)