Skip to content

Commit

Permalink
release: v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tokers committed Dec 3, 2018
1 parent 2539481 commit 487aacf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
Table of Contents
=================

* [v0.7](#v0.7)
* [v0.6](#v0.6)
* [v0.5](#v0.5)
* [v0.4](#v0.4)
* [v0.3](#v0.3)

v0.7
====

> Date: 2018.12.03
This version refactored the logic about headers indexing, also fixed the relevant bug.

* refactored the request/response headers table logic.

v0.6
====

Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = lua-resty-requests
abstract = Yet Another HTTP library for OpenResty
version = 0.6
version = 0.7
author = Alex Zhang(张超) zchao1995@gmail.com, UPYUN Inc.
is_original = yes
license = 2bsd
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/requests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
local util = require "resty.requests.util"
local session = require "resty.requests.session"

local _M = { _VERSION = "0.6" }
local _M = { _VERSION = "0.7" }


local function request(method, url, opts)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-requests"
version = "0.6-1"
version = "0.7-1"
source = {
url = "git://github.com/tokers/lua-resty-requests",
tag = "v0.6",
tag = "v0.7",
}
description = {
summary = "Yet Another HTTP library for OpenResty",
Expand Down

0 comments on commit 487aacf

Please sign in to comment.