Bump version to 0.9.5, update changelog

This commit is contained in:
kyren 2017-10-25 14:55:05 -04:00
parent deab88a851
commit 8592af1b16
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## [0.9.5]
- Fix incorrect `xpcall` behavior
- Change FromLua / ToLua impls for HashMap to be generic over the hasher. This
may be technically a backwards incompatible change, but this would be really
unusual though, and I don't think it deserves an API bump.
## [0.9.4]
- Fix quadratic behavior in ``Function::bind``
- `lua_checkstack` fixes, particularly fixing a crash bug due to luaL_ref using

View File

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