bump version to 1.1.0. Add changelog

This commit is contained in:
kikito 2016-07-15 01:21:56 +02:00
parent 172176713e
commit 58bfa546fe
2 changed files with 6 additions and 1 deletions

5
CHANGELOG.md Normal file
View File

@ -0,0 +1,5 @@
# 1.1.0
* Fixes error with long strings in Lua 5.1 (@pgimeno)
* Adds incremental mode (@pgimeno)

View File

@ -1,5 +1,5 @@
local md5 = {
_VERSION = "md5.lua 1.0.2",
_VERSION = "md5.lua 1.1.0",
_DESCRIPTION = "MD5 computation in Lua (5.1-3, LuaJIT)",
_URL = "https://github.com/kikito/md5.lua",
_LICENSE = [[