mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 15:23:48 +01:00
Bump version & update changelog
This commit is contained in:
parent
c088057d56
commit
738ae8a6ae
13
Readme.md
13
Readme.md
@ -294,6 +294,19 @@ A schematic format with support for metadata and baked light data. **Experimenta
|
|||||||
|
|
||||||
## Release Notes
|
## 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`
|
### `rolling-74`
|
||||||
|
|
||||||
* Fixes: Plenty, mostly related to the `minetest` module. Note:
|
* Fixes: Plenty, mostly related to the `minetest` module. Note:
|
||||||
|
2
init.lua
2
init.lua
@ -119,7 +119,7 @@ end
|
|||||||
local rawget, rawset = rawget, rawset
|
local rawget, rawset = rawget, rawset
|
||||||
modlib = setmetatable({
|
modlib = setmetatable({
|
||||||
-- TODO bump on release
|
-- TODO bump on release
|
||||||
version = 95,
|
version = 96,
|
||||||
modname = minetest and minetest.get_current_modname(),
|
modname = minetest and minetest.get_current_modname(),
|
||||||
_RG = setmetatable({}, {
|
_RG = setmetatable({}, {
|
||||||
__index = function(_, index)
|
__index = function(_, index)
|
||||||
|
Loading…
Reference in New Issue
Block a user