Skip to content

Commit faf7b45

Browse files
authored
release/0.16 (#235)
* Bump version * Don't ignore luarock spec files
1 parent d7f636c commit faf7b45

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
t/servroot/
22
t/error.log
3-
lua-resty-http*
43
luacov*
4+
*.src.rock

lib/resty/http.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ end
106106

107107

108108
local _M = {
109-
_VERSION = '0.14',
109+
_VERSION = '0.16',
110110
}
111111
_M._USER_AGENT = "lua-resty-http/" .. _M._VERSION .. " (Lua) ngx_lua/" .. ngx.config.ngx_lua_version
112112

lib/resty/http_headers.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local rawget, rawset, setmetatable =
44
local str_lower = string.lower
55

66
local _M = {
7-
_VERSION = '0.14',
7+
_VERSION = '0.16',
88
}
99

1010

lua-resty-http-0.15-0.rockspec renamed to lua-resty-http-0.16-0.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-http"
2-
version = "0.15-0"
2+
version = "0.16-0"
33
source = {
44
url = "git://github.com/ledgetech/lua-resty-http",
5-
tag = "v0.15"
5+
tag = "v0.16"
66
}
77
description = {
88
summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",

0 commit comments

Comments
 (0)