Skip to content

Commit 93fb986

Browse files
committed
chore(*) 1.3.3 release
1 parent 3810bd2 commit 93fb986

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/cassandra/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
local socket = require 'cassandra.socket'
88
local cql = require 'cassandra.cql'
@@ -74,7 +74,7 @@ local find = string.find
7474
-- @table cassandra.auth_providers
7575

7676
local _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'

lib/resty/cassandra/cluster.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- Cluster module for OpenResty.
33
-- @module resty.cassandra.cluster
44
-- @author thibaultcha
5-
-- @release 1.3.2
5+
-- @release 1.3.3
66

77
local resty_lock = require 'resty.lock'
88
local cassandra = require 'cassandra'
@@ -220,7 +220,7 @@ end
220220
-----------
221221

222222
local _Cluster = {
223-
_VERSION = '1.3.2',
223+
_VERSION = '1.3.3',
224224
}
225225

226226
_Cluster.__index = _Cluster

lua-cassandra-1.3.2-0.rockspec renamed to lua-cassandra-1.3.3-0.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-cassandra"
2-
version = "1.3.2-0"
2+
version = "1.3.3-0"
33
source = {
44
url = "git://github.com/thibaultcha/lua-cassandra",
5-
tag = "1.3.2"
5+
tag = "1.3.3"
66
}
77
description = {
88
summary = "A pure Lua client library for Apache Cassandra",

0 commit comments

Comments
 (0)