Skip to content

Commit

Permalink
release: v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tokers committed Jul 18, 2019
1 parent 75fcbed commit ff1309a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Table of Contents
=================

* [v0.7.3](#v0.7.3)
* [v0.7.2](#v0.7.2)
* [v0.7.2](#v0.7.2)
* [v0.7.1](#v0.7.1)
* [v0.7](#v0.7)
Expand All @@ -9,6 +11,16 @@ Table of Contents
* [v0.4](#v0.4)
* [v0.3](#v0.3)


v0.7.3
======

> Date: 2019.07.18
* bugfix: treat Expect header value case-insensitive.
* test: download Test::Nginx with the super user permission.
* feature: shortcut calling for requests APIs.

v0.7.2
======

Expand Down
2 changes: 1 addition & 1 deletion lib/resty/requests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local session = require "resty.requests.session"
local is_tab = util.is_tab
local error = error

local _M = { _VERSION = "0.7.2" }
local _M = { _VERSION = "0.7.3" }


local function request_shortcut(method, opts)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "lua-resty-requests"
version = "0.7.2-1"
version = "0.7.3-1"

source = {
url = "git://github.com/tokers/lua-resty-requests",
tag = "v0.7.2",
tag = "v0.7.3",
}

description = {
Expand All @@ -18,7 +18,7 @@ description = {

dependencies = {
"lua >= 5.1",
"lua-resty-socket == 1.0.1",
"lua-resty-socket == 1.0.0",
}

build = {
Expand Down

0 comments on commit ff1309a

Please sign in to comment.