From 00a3153ae0835b86e8caf1f30e18f2ac6786916a Mon Sep 17 00:00:00 2001 From: kyren Date: Thu, 26 Oct 2017 16:53:14 -0400 Subject: [PATCH] Bump version / changelog for 0.9.6 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba21990..2024e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index a0662a4..7cc53ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlua" -version = "0.9.5" +version = "0.9.6" authors = ["kyren "] description = "High level bindings to Lua 5.3" repository = "https://github.com/chucklefish/rlua"