From cfa2b34a7bbd91c31e6119962643d7e6e1e050d3 Mon Sep 17 00:00:00 2001 From: kyren Date: Wed, 8 Nov 2017 14:07:48 -0500 Subject: [PATCH] Bump version to 0.9.7, update changelog --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2024e3d..6bb77af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.9.7] +- Add unsafe function to load the debug Lua module (thanks @Timidger!) +- Fix setmetatable wrapper with nil metatable (thanks again to @Timidger!) + ## [0.9.6] - Fix an annoying bug that made external errors appear to have no further cause errors in the cause chain. diff --git a/Cargo.toml b/Cargo.toml index 7cc53ab..bf4215d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlua" -version = "0.9.6" +version = "0.9.7" authors = ["kyren "] description = "High level bindings to Lua 5.3" repository = "https://github.com/chucklefish/rlua"