File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -238,4 +238,4 @@ $ make doc
238238[ badge-coveralls-url ] : https://coveralls.io/r/thibaultcha/lua-cassandra?branch=master
239239[ badge-coveralls-image ] : https://coveralls.io/repos/thibaultcha/lua-cassandra/badge.svg?branch=master&style=flat
240240
241- [ badge-version-image ] : https://img.shields.io/badge/version-1.3.2 -blue.svg?style=flat
241+ [ badge-version-image ] : https://img.shields.io/badge/version-1.3.3 -blue.svg?style=flat
Original file line number Diff line number Diff line change 22-- Single host module for PUC Lua, LuaJIT and OpenResty.
33-- @module cassandra
44-- @author thibaultcha
5- -- @release 1.3.2
5+ -- @release 1.3.3
66
77local socket = require ' cassandra.socket'
88local cql = require ' cassandra.cql'
@@ -74,7 +74,7 @@ local find = string.find
7474-- @table cassandra.auth_providers
7575
7676local _Host = {
77- _VERSION = ' 1.3.2 ' ,
77+ _VERSION = ' 1.3.3 ' ,
7878 cql_errors = cql .errors ,
7979 consistencies = cql .consistencies ,
8080 auth_providers = require ' cassandra.auth'
Original file line number Diff line number Diff line change 22-- Cluster module for OpenResty.
33-- @module resty.cassandra.cluster
44-- @author thibaultcha
5- -- @release 1.3.2
5+ -- @release 1.3.3
66
77local resty_lock = require ' resty.lock'
88local cassandra = require ' cassandra'
220220---- -------
221221
222222local _Cluster = {
223- _VERSION = ' 1.3.2 ' ,
223+ _VERSION = ' 1.3.3 ' ,
224224}
225225
226226_Cluster .__index = _Cluster
Original file line number Diff line number Diff line change 11package = " lua-cassandra"
2- version = " 1.3.2 -0"
2+ version = " 1.3.3 -0"
33source = {
44 url = " git://github.com/thibaultcha/lua-cassandra" ,
5- tag = " 1.3.2 "
5+ tag = " 1.3.3 "
66}
77description = {
88 summary = " A pure Lua client library for Apache Cassandra" ,
You can’t perform that action at this time.
0 commit comments