Skip to content

Commit ed2dd51

Browse files
committed
Admit newer versions of amqplib which are somewhat faster
1 parent 5854d15 commit ed2dd51

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ context.on('ready', function() {
2626
Still on major version `0`, though in use in a number of places, I
2727
believe.
2828

29-
Version 0.3.0 is built on [amqplib][]. Previous versions, of which
30-
v0.2.2 was the last, used [node-amqp][].
29+
Version 0.3.0 and on are built on [amqplib][]. Previous versions, of
30+
which v0.2.2 was the last, used [node-amqp][].
3131

3232
## Uses
3333

RELEASE_NOTES

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

4+
v0.3.1
5+
------
6+
7+
This release bumps the version of amqplib used.
8+
9+
Supports:
10+
- Node.JS v0.8, v0.10, v0.11
11+
412
v0.3.0
513
------
614

package.json

Lines changed: 2 additions & 2 deletions
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.0",
4+
"version": "0.3.1",
55
"homepage": "http://github.com/squaremo/rabbit.js",
66
"repository": {
77
"type": "git",
@@ -20,7 +20,7 @@
2020
"node": "0.8 || 0.10"
2121
},
2222
"dependencies": {
23-
"amqplib": "0.1.0",
23+
"amqplib": "0.1",
2424
"node-uuid": "",
2525
"readable-stream": "~1 >=1.0.2"
2626
},

0 commit comments

Comments
 (0)