v1.1.0
Minor bug fixes
Major libraries upgrade, including LuaJIT
Remove range syntax expr..expr[..expr] where expr evaluates to a number. This is the only feature that changed the semantics of Lua, and it required to patch the JIT for generating BC and IR code (not trivial).
Full Changelog: v1.0.0...v1.1.0