Skip to content

Commit

Permalink
Release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daurnimator committed May 28, 2017
1 parent 7debfc9 commit f4e81d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS
@@ -1,4 +1,4 @@
UNRELEASED
0.2 - 2017-05-28

- Remove broken http.server `.client_timeout` option (replaced with `.connection_setup_timeout`)
- Fix http1 pipelining locks
Expand Down
5 changes: 3 additions & 2 deletions http-scm-0.rockspec → http-0.2-0.rockspec
@@ -1,5 +1,5 @@
package = "http"
version = "scm-0"
version = "0.2-0"

description = {
summary = "HTTP library for Lua";
Expand All @@ -8,7 +8,8 @@ description = {
}

source = {
url = "git+https://github.com/daurnimator/lua-http.git";
url = "https://github.com/daurnimator/lua-http/archive/v0.2.zip";
dir = "lua-http-0.2";
}

dependencies = {
Expand Down
2 changes: 1 addition & 1 deletion http/version.lua
Expand Up @@ -5,5 +5,5 @@ It should be updated as part of the release process

return {
name = "lua-http";
version = "0.1";
version = "0.2";
}

0 comments on commit f4e81d9

Please sign in to comment.