Skip to content

Commit 9bf951d

Browse files
authored
release/0.16.1 (#238)
* Ignore luarocks build artefacts * Bump version to 1.16.1
1 parent 865b4c6 commit 9bf951d

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Diff for: .gitignore

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

Diff for: 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.16',
109+
_VERSION = '0.16.1',
110110
}
111111
_M._USER_AGENT = "lua-resty-http/" .. _M._VERSION .. " (Lua) ngx_lua/" .. ngx.config.ngx_lua_version
112112

Diff for: 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.16',
7+
_VERSION = '0.16.1',
88
}
99

1010

Diff for: lua-resty-http-0.16-0.rockspec renamed to lua-resty-http-0.16.1-0.rockspec

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

0 commit comments

Comments
 (0)