prepare for 0.12.2

This commit is contained in:
kyren 2018-02-14 00:56:20 -05:00
parent fc058eba60
commit 6b46e8abe9
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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"