bump version for doc spelling fix

This commit is contained in:
kyren 2017-12-05 00:16:35 -05:00
parent d609d38675
commit c67ae24c97
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## [0.10.1]
- Documentation spelling fix
## [0.10.0]
- Handle all 'm' functions in the Lua C API correctly, remove LUA_ERRGCMM hacks.
- Lots and lots of internal changes to support handling all 'm' errors

View File

@ -1,6 +1,6 @@
[package]
name = "rlua"
version = "0.10.0"
version = "0.10.1"
authors = ["kyren <catherine@chucklefish.org>"]
description = "High level bindings to Lua 5.3"
repository = "https://github.com/chucklefish/rlua"