summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkyren <kerriganw@gmail.com>2018-02-14 00:56:20 -0500
committerkyren <kerriganw@gmail.com>2018-02-14 00:56:20 -0500
commit6b46e8abe98fd918e6e9c3c864e2a04f750b7d6a (patch)
treebcc6f63c183377329cae8449d892d7b671759594
parentfc058eba604e725e68d3966d5f114f278bce7af0 (diff)
downloadmlua-6b46e8abe98fd918e6e9c3c864e2a04f750b7d6a.zip
prepare for 0.12.2
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78c229b..1c27ebc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## [0.12.2]
+- Some minor documentation fixes.
+- Fix for some rare panics which might result in an abort from panicking across
+ a C API boundary.
+
## [0.12.1]
- Fix a stupid bug where `AnyUserData::set_user_value` /
`AnyUserData::get_user_value` could panic if the `ToLua` / `FromLua` type
diff --git a/Cargo.toml b/Cargo.toml
index 3f07e6e..4182d1a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rlua"
-version = "0.12.1"
+version = "0.12.2"
authors = ["kyren <catherine@chucklefish.org>"]
description = "High level bindings to Lua 5.3"
repository = "https://github.com/chucklefish/rlua"