Bump version & update changelog

This commit is contained in:
Lars Mueller 2022-06-08 11:21:33 +02:00
parent c088057d56
commit 738ae8a6ae
2 changed files with 14 additions and 1 deletions

@ -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:

@ -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)