mirror of
https://github.com/kikito/inspect.lua.git
synced 2024-12-15 14:34:21 +00:00
bump version to 3.0.1
This commit is contained in:
parent
e9dc27ab6e
commit
d4efbb9ee4
@ -1,3 +1,6 @@
|
|||||||
|
## v3.0.1
|
||||||
|
* Fixes a bug when dealing with tables which have a __len metamethod in Lua >= 5.2
|
||||||
|
|
||||||
## v3.0.0
|
## v3.0.0
|
||||||
|
|
||||||
The basic functionality remains as before, but there's one backwards-incompatible change if you used `options.filter`.
|
The basic functionality remains as before, but there's one backwards-incompatible change if you used `options.filter`.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
local inspect ={
|
local inspect ={
|
||||||
_VERSION = 'inspect.lua 3.0.0',
|
_VERSION = 'inspect.lua 3.0.1',
|
||||||
_URL = 'http://github.com/kikito/inspect.lua',
|
_URL = 'http://github.com/kikito/inspect.lua',
|
||||||
_DESCRIPTION = 'human-readable representations of tables',
|
_DESCRIPTION = 'human-readable representations of tables',
|
||||||
_LICENSE = [[
|
_LICENSE = [[
|
||||||
|
Loading…
Reference in New Issue
Block a user