Bump version to 0.9.7, update changelog

This commit is contained in:
kyren 2017-11-08 14:07:48 -05:00
parent cf013a6a43
commit cfa2b34a7b
2 changed files with 5 additions and 1 deletions

View File

@ -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] ## [0.9.6]
- Fix an annoying bug that made external errors appear to have no further cause - Fix an annoying bug that made external errors appear to have no further cause
errors in the cause chain. errors in the cause chain.

View File

@ -1,6 +1,6 @@
[package] [package]
name = "rlua" name = "rlua"
version = "0.9.6" version = "0.9.7"
authors = ["kyren <catherine@chucklefish.org>"] authors = ["kyren <catherine@chucklefish.org>"]
description = "High level bindings to Lua 5.3" description = "High level bindings to Lua 5.3"
repository = "https://github.com/chucklefish/rlua" repository = "https://github.com/chucklefish/rlua"