We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7debfc9 commit f4e81d9Copy full SHA for f4e81d9
NEWS
@@ -1,4 +1,4 @@
1
-UNRELEASED
+0.2 - 2017-05-28
2
3
- Remove broken http.server `.client_timeout` option (replaced with `.connection_setup_timeout`)
4
- Fix http1 pipelining locks
http-scm-0.rockspec renamed to http-0.2-0.rockspec
@@ -1,5 +1,5 @@
package = "http"
-version = "scm-0"
+version = "0.2-0"
description = {
5
summary = "HTTP library for Lua";
@@ -8,7 +8,8 @@ description = {
8
}
9
10
source = {
11
- url = "git+https://github.com/daurnimator/lua-http.git";
+ url = "https://github.com/daurnimator/lua-http/archive/v0.2.zip";
12
+ dir = "lua-http-0.2";
13
14
15
dependencies = {
http/version.lua
@@ -5,5 +5,5 @@ It should be updated as part of the release process
6
return {
7
name = "lua-http";
- version = "0.1";
+ version = "0.2";
0 commit comments