From ab37e3a6062d50cf184038071726f655d73ce883 Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Tue, 30 Mar 2021 18:10:50 +0200 Subject: [PATCH] Bump version --- Readme.md | 9 ++++++++- init.lua | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 4627c9a..34ce584 100644 --- a/Readme.md +++ b/Readme.md @@ -155,4 +155,11 @@ assert(rope:to_text() == "\100userdata") 3. [`conf`](https://github.com/minetest/minetest/blob/master/doc/lua_api.txt) * Minetest-like configuration files 4. [`json`](https://json.org) - * Not recommended \ No newline at end of file + * Not recommended + +## Versions + +### `rolling-56` + +* Fixes `math.fround` +* Other minor fixes \ No newline at end of file diff --git a/init.lua b/init.lua index 931051b..bb79c08 100644 --- a/init.lua +++ b/init.lua @@ -36,7 +36,7 @@ end modlib = { -- TODO bump on release - version = 55, + version = 56, dir_delim = rawget(_G, "DIR_DELIM") or "/", _RG = setmetatable({}, { __index = function(_, index)