Bump version / changelog for 0.9.6

This commit is contained in:
kyren
2017-10-26 16:53:14 -04:00
parent 892069edd6
commit 00a3153ae0
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
## [0.9.6]
- Fix an annoying bug that made external errors appear to have no further cause
errors in the cause chain.
## [0.9.5]
- Fix incorrect `xpcall` behavior
- Change FromLua / ToLua impls for HashMap to be generic over the hasher. This
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rlua"
version = "0.9.5"
version = "0.9.6"
authors = ["kyren <catherine@chucklefish.org>"]
description = "High level bindings to Lua 5.3"
repository = "https://github.com/chucklefish/rlua"