From 738ae8a6ae626e1561dd164115d8299fe0083794 Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Wed, 8 Jun 2022 11:21:33 +0200 Subject: [PATCH] Bump version & update changelog --- Readme.md | 13 +++++++++++++ init.lua | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 58bf658..c78586c 100644 --- a/Readme.md +++ b/Readme.md @@ -294,6 +294,19 @@ A schematic format with support for metadata and baked light data. **Experimenta ## Release Notes +### `rolling-96` + +* Additions: B3D writer; `mod.configuration()` returns the `conf, schema` now +* Fixes: `binary`: int & float writing + +### `rolling-9x` + +Many many fixes + +### `rolling-8x` + +Fixes, minor additions (such as a `hashheap`) + ### `rolling-74` * Fixes: Plenty, mostly related to the `minetest` module. Note: diff --git a/init.lua b/init.lua index 44f8613..c386bdf 100644 --- a/init.lua +++ b/init.lua @@ -119,7 +119,7 @@ end local rawget, rawset = rawget, rawset modlib = setmetatable({ -- TODO bump on release - version = 95, + version = 96, modname = minetest and minetest.get_current_modname(), _RG = setmetatable({}, { __index = function(_, index)