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

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
devdazed committed Apr 9, 2012
1 parent 33c63ef commit f62b5f7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
* More Robust Connection Pooling
* Respond with JS errors, not TException objects
* Added proper serialization/deserialization support for all types

0.1.1 / 2012-01-06
==================

* Fixed issue with the deserialization of column names in inspect

0.1.2 / 2012-01-09
==================

* Better in-line documentation
* Added JSDoc HTML documentation
* Added keyspace object for referencing a keyspace
Expand All @@ -29,7 +29,7 @@
* Added ability to create column families
* Added ability to drop column families
* Added ability to get a row, or part of a row

0.1.3 / 2012-01-11
==================

Expand All @@ -38,20 +38,20 @@
* Bug Fixes in serialization/deserialization
* Tests for serialization/deserialization
* Support for non default column values in column families

0.2.0 / 2012-01-12
==================

* Added more test coverage
* Added support for composite columns
* Added support for composite keys
* Fixed some deserialization issues

0.2.1 / 2012-01-13
==================

* Fixed a buffer overflow issue when encoding numbers as UTF8

0.2.2 / 2012-01-16
==================

Expand Down Expand Up @@ -105,4 +105,10 @@
==================

* Set default strategy_options in createKeyspace [ @ctavan #14 ]
* Moved JSDoc Repo [ @ctavan #13 ]
* Moved JSDoc Repo [ @ctavan #13 ]

0.3.7 / 2012-04-09
==================

* Replace ? with %s globally [ @ctavan #18 ]
* Store date-time in milliseconds rather than microseconds [ @ctavan #19 ]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helenus"
, "version": "0.3.6"
, "version": "0.3.7"
, "description": "NodeJS Bindings for Cassandra"
, "keywords": ["cassandra"]
, "author": "Russell Bradberry <rbradberry@gmail.com>"
Expand Down

0 comments on commit f62b5f7

Please sign in to comment.