diff --git a/NEWS b/NEWS index 844bede0..d8e41295 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -UNRELEASED +0.3 - 2019-02-13 - Fix incorrect Sec-WebSocket-Protocol negotiation - Fix incorrect timeout handling in `websocket:receive()` diff --git a/http-scm-0.rockspec b/http-0.3-0.rockspec similarity index 93% rename from http-scm-0.rockspec rename to http-0.3-0.rockspec index 5c9dafdc..ebe3204d 100644 --- a/http-scm-0.rockspec +++ b/http-0.3-0.rockspec @@ -1,5 +1,5 @@ package = "http" -version = "scm-0" +version = "0.3-0" description = { summary = "HTTP library for Lua"; @@ -8,7 +8,8 @@ description = { } source = { - url = "git+https://github.com/daurnimator/lua-http.git"; + url = "https://github.com/daurnimator/lua-http/archive/v0.3.zip"; + dir = "lua-http-0.3"; } dependencies = { diff --git a/http/version.lua b/http/version.lua index 396dcf24..a8e94dcd 100644 --- a/http/version.lua +++ b/http/version.lua @@ -5,5 +5,5 @@ It should be updated as part of the release process return { name = "lua-http"; - version = "scm"; + version = "0.3"; }