Skip to content

Commit 0b54603

Browse files
committed
Merge tag 'v0.2'
2 parents 7debfc9 + f4e81d9 commit 0b54603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2 - 2017-05-28
22

33
- Remove broken http.server `.client_timeout` option (replaced with `.connection_setup_timeout`)
44
- Fix http1 pipelining locks

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 = "0.1";
8+
version = "0.2";
99
}

0 commit comments

Comments
 (0)