Skip to content

Commit f4ea65e

Browse files
committed
Release note and version bump for v0.2.1-amqplib
1 parent 44886b4 commit f4ea65e

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

RELEASE_NOTES

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

4+
v0.2.1-amqplib
5+
--------------
6+
7+
This release is a rewrite of rabbit.js using
8+
[amqplib](https://squaremo.github.com/amqp.node) instead of
9+
node-amqp. It is intended to be API-compatible with rabbit.js
10+
v0.2.1. The version is given a suffix (`-amqplib`) for now, so that
11+
v0.2.1 will still be regarded as the "latest" version, and the rewrite
12+
is on the branch `amqplib` in the rabbit.js github
13+
repository. However, future versions will likely be developed from
14+
this branch; i.e., it will be merged into master, and the
15+
implementation using node-amqp abandoned.
16+
17+
Supports:
18+
- Node.JS v0.8, v0.10
19+
420
v0.2.1
521
------
622

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "rabbit.js",
33
"description": "Easy stream-based messaging using RabbitMQ",
4-
"version": "0.2.1",
4+
"version": "0.2.1-amqplib",
55
"homepage": "http://github.com/squaremo/rabbit.js",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/squaremo/rabbit.js.git"
99
},
1010
"author": "Michael Bridgen <mikeb@squaremobius.net>",
1111
"directories": {
12-
"lib": "lib"
12+
"lib": "lib",
13+
"test": "test"
1314
},
1415
"main": "./index",
1516
"scripts": {

0 commit comments

Comments
 (0)