Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Commit

Permalink
bump version to 0.5.5 [ ref #62 ]
Browse files Browse the repository at this point in the history
  • Loading branch information
devdazed committed Jul 11, 2012
1 parent 8678b0c commit a82f055
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion History.md
Expand Up @@ -142,4 +142,19 @@
0.5.3 / 2012-05-15
==================

* Fix incorrect CQL setting after restarting dropped connection [ @devdazed #49 ]
* Fix incorrect CQL setting after restarting dropped connection [ @devdazed #49 ]

0.5.4 / 2012-06-26
==================

* Update to work with node v0.8+ [ @devdazed ]
* Removed checks for ghosst in ranges for C* 1.1.1 [ @devdazed ]
* Added Increment for CounterColumns [ @calvinfo #54 ]
* Added TTL Option for Inserts [ @calvinfo #52 ]

0.5.5 / 2012-07-11
==================

* Fixed issue with removing composites [ @calvinfo #59 ]
* Added tests for Composite Removal [ @calvinfo #60 ]
* Fix and Test for Counter Columns not returning Numbers in CQL [ @calvinfo #62 ]
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "helenus"
, "version": "0.5.4"
, "version": "0.5.5"
, "description": "NodeJS Bindings for Cassandra"
, "keywords": ["cassandra"]
, "author": "Russell Bradberry <rbradberry@gmail.com>"
Expand Down

0 comments on commit a82f055

Please sign in to comment.