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

Commit

Permalink
bump version and update travis to reflect latest C* versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
devdazed committed Oct 28, 2013
1 parent cbc07d9 commit db819bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -5,8 +5,8 @@ node_js:

env:
- CASSANDRA_VERSION=1.1.12
- CASSANDRA_VERSION=1.2.10
- CASSANDRA_VERSION=2.0.1
- CASSANDRA_VERSION=1.2.11
- CASSANDRA_VERSION=2.0.2

before_install:
- sudo apt-get install libjna-java
Expand Down
8 changes: 6 additions & 2 deletions History.md
Expand Up @@ -226,5 +226,9 @@
==================

* Add microsecond precision with a graceful fallback [ @muirmanders #123 ]




0.6.6 / 2013-10-28
==================

* Don't assume that just because it looks like a UUID, it is a UUID [ @azweb76 #122 ]
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "helenus"
, "version": "0.6.5"
, "version": "0.6.6"
, "description": "NodeJS Bindings for Cassandra"
, "keywords": ["cassandra"]
, "author": "Russell Bradberry <rbradberry@gmail.com>"
Expand Down

0 comments on commit db819bc

Please sign in to comment.