From a23e03d037cb0ae5aff253f84dd94afc64c81d90 Mon Sep 17 00:00:00 2001 From: kikito Date: Sat, 28 Nov 2015 14:10:17 +0100 Subject: [PATCH] bumps version to 3.0.2 --- CHANGELOG.md | 3 +++ inspect.lua | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d44d2..76b6ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v3.0.2 +* Fixes a bug when a table was garbage-collected while inspect was trying to render it + ## v3.0.1 * Fixes a bug when dealing with tables which have a __len metamethod in Lua >= 5.2 diff --git a/inspect.lua b/inspect.lua index a611558..3c9c2a8 100644 --- a/inspect.lua +++ b/inspect.lua @@ -1,5 +1,5 @@ local inspect ={ - _VERSION = 'inspect.lua 3.0.1', + _VERSION = 'inspect.lua 3.0.2', _URL = 'http://github.com/kikito/inspect.lua', _DESCRIPTION = 'human-readable representations of tables', _LICENSE = [[