Skip to content

Commit 411592d

Browse files
committed
Update README and RELEASE_NOTES for v0.4.0
1 parent 9a0b19b commit 411592d

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

RELEASE_NOTES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
rabbit.js release notes
22
=======================
33

4+
v0.4.0
5+
------
6+
7+
This release adds the [WORKER][socket-types] socket.
8+
9+
Supports:
10+
- Node.JS v0.8, v0.9, v0.10, v0.11
11+
412
v0.3.1
513
------
614

@@ -85,3 +93,4 @@ Main changes since v0.2:
8593

8694

8795
[amqplib]: https://squaremo.github.com/amqp.node
96+
[socket-types]: https://github.com/squaremo/rabbit.js#socket-types

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rabbit.js",
33
"description": "Easy stream-based messaging using RabbitMQ",
4-
"version": "0.3.1",
4+
"version": "0.4.0",
55
"homepage": "http://github.com/squaremo/rabbit.js",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)