Skip to content

Commit

Permalink
Merge tag 'v0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
daurnimator committed Dec 16, 2016
2 parents 17591cd + 2babff8 commit 44ebd13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
UNRELEASED
0.1 - 2016-12-17

- Support for HTTP versions 1, 1.1 and 2
- Provides both client and server APIs
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ Can be found at [https://daurnimator.github.io/lua-http/](https://daurnimator.gi
[![Build Status](https://travis-ci.org/daurnimator/lua-http.svg)](https://travis-ci.org/daurnimator/lua-http)
[![Coverage Status](https://coveralls.io/repos/daurnimator/lua-http/badge.svg?branch=master&service=github)](https://coveralls.io/github/daurnimator/lua-http?branch=master)

- First release impending!


# Installation

It's recommended to install lua-http by using [luarocks](https://luarocks.org/).
This will automatically install run-time lua dependencies for you.

$ luarocks install --server=http://luarocks.org/dev http
$ luarocks install http

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion http/version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ It should be updated as part of the release process

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

0 comments on commit 44ebd13

Please sign in to comment.