Skip to content

Commit ff1309a

Browse files
committed
release: v0.7.3
1 parent 75fcbed commit ff1309a

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Table of Contents
22
=================
33

4+
* [v0.7.3](#v0.7.3)
5+
* [v0.7.2](#v0.7.2)
46
* [v0.7.2](#v0.7.2)
57
* [v0.7.1](#v0.7.1)
68
* [v0.7](#v0.7)
@@ -9,6 +11,16 @@ Table of Contents
911
* [v0.4](#v0.4)
1012
* [v0.3](#v0.3)
1113

14+
15+
v0.7.3
16+
======
17+
18+
> Date: 2019.07.18
19+
20+
* bugfix: treat Expect header value case-insensitive.
21+
* test: download Test::Nginx with the super user permission.
22+
* feature: shortcut calling for requests APIs.
23+
1224
v0.7.2
1325
======
1426

lib/resty/requests.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local session = require "resty.requests.session"
77
local is_tab = util.is_tab
88
local error = error
99

10-
local _M = { _VERSION = "0.7.2" }
10+
local _M = { _VERSION = "0.7.3" }
1111

1212

1313
local function request_shortcut(method, opts)

lua-resty-requests-0.7.2-1.rockspec renamed to lua-resty-requests-0.7.3-1.rockspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package = "lua-resty-requests"
2-
version = "0.7.2-1"
2+
version = "0.7.3-1"
33

44
source = {
55
url = "git://github.com/tokers/lua-resty-requests",
6-
tag = "v0.7.2",
6+
tag = "v0.7.3",
77
}
88

99
description = {
@@ -18,7 +18,7 @@ description = {
1818

1919
dependencies = {
2020
"lua >= 5.1",
21-
"lua-resty-socket == 1.0.1",
21+
"lua-resty-socket == 1.0.0",
2222
}
2323

2424
build = {

0 commit comments

Comments
 (0)