Skip to content

Commit e9117cb

Browse files
committed
Release v0.3
1 parent 8ab5c30 commit e9117cb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
UNRELEASED
1+
0.3 - 2019-02-13
22

33
- Fix incorrect Sec-WebSocket-Protocol negotiation
44
- Fix incorrect timeout handling in `websocket:receive()`

http-scm-0.rockspec renamed to http-0.3-0.rockspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package = "http"
2-
version = "scm-0"
2+
version = "0.3-0"
33

44
description = {
55
summary = "HTTP library for Lua";
@@ -8,7 +8,8 @@ description = {
88
}
99

1010
source = {
11-
url = "git+https://github.com/daurnimator/lua-http.git";
11+
url = "https://github.com/daurnimator/lua-http/archive/v0.3.zip";
12+
dir = "lua-http-0.3";
1213
}
1314

1415
dependencies = {

http/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ It should be updated as part of the release process
55

66
return {
77
name = "lua-http";
8-
version = "scm";
8+
version = "0.3";
99
}

0 commit comments

Comments
 (0)