From e9117cbd8941743103c348ce3a6a5c22c27f11ff Mon Sep 17 00:00:00 2001 From: daurnimator Date: Wed, 13 Feb 2019 22:43:45 +1100 Subject: [PATCH] Release v0.3 --- NEWS | 2 +- http-scm-0.rockspec => http-0.3-0.rockspec | 5 +++-- http/version.lua | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) rename http-scm-0.rockspec => http-0.3-0.rockspec (93%) 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"; }