Skip to content

Commit 6b46e8a

Browse files
committed
prepare for 0.12.2
1 parent fc058eb commit 6b46e8a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.12.2]
2+
- Some minor documentation fixes.
3+
- Fix for some rare panics which might result in an abort from panicking across
4+
a C API boundary.
5+
16
## [0.12.1]
27
- Fix a stupid bug where `AnyUserData::set_user_value` /
38
`AnyUserData::get_user_value` could panic if the `ToLua` / `FromLua` type

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlua"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
authors = ["kyren <[email protected]>"]
55
description = "High level bindings to Lua 5.3"
66
repository = "https://github.com/chucklefish/rlua"

0 commit comments

Comments
 (0)