Skip to content

Commit

Permalink
release: 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Apr 19, 2016
1 parent c4391f8 commit 1137ecc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### [Unreleased][unreleased]

### [0.5.2] - 2016/04/19

##### Added

- Better error messages for SSL and authentication errors.

### [0.5.1] - 2016/04/11

##### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,5 @@ $ make doc
[badge-coveralls-url]: https://coveralls.io/r/thibaultCha/lua-cassandra?branch=master
[badge-coveralls-image]: https://coveralls.io/repos/thibaultCha/lua-cassandra/badge.svg?branch=master&style=flat

[badge-version-image]: https://img.shields.io/badge/version-0.5.1-blue.svg?style=flat
[badge-version-image]: https://img.shields.io/badge/version-0.5.2-blue.svg?style=flat

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-cassandra"
version = "0.5.1-0"
version = "0.5.2-0"
source = {
url = "git://github.com/thibaultCha/lua-cassandra",
tag = "0.5.1"
tag = "0.5.2"
}
description = {
summary = "Feature-rich client library for Cassandra",
Expand Down
2 changes: 1 addition & 1 deletion src/cassandra.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ local DEFAULT_PROTOCOL_VERSION = 3
--- Cassandra

local Cassandra = {
_VERSION = "0.5.1",
_VERSION = "0.5.2",
DEFAULT_PROTOCOL_VERSION = DEFAULT_PROTOCOL_VERSION,
MIN_PROTOCOL_VERSION = MIN_PROTOCOL_VERSION
}
Expand Down

0 comments on commit 1137ecc

Please sign in to comment.