diff --git a/CHANGELOG.md b/CHANGELOG.md index 95286a9..0438f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to ## [Unreleased] +## [0.1.22](https://github.com/wowemulation-dev/rilua/compare/v0.1.21...v0.1.22) - 2026-05-15 + +### Added + +- *(api)* expose check_/push_/error helpers on LuaState + ## [0.1.21](https://github.com/wowemulation-dev/rilua/compare/v0.1.20...v0.1.21) - 2026-02-27 ### Added diff --git a/Cargo.lock b/Cargo.lock index 074b88e..a3db122 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1711,7 +1711,7 @@ dependencies = [ [[package]] name = "rilua" -version = "0.1.21" +version = "0.1.22" dependencies = [ "criterion", "flamegraph", diff --git a/Cargo.toml b/Cargo.toml index ece88e0..5cf23fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rilua" -version = "0.1.21" +version = "0.1.22" authors = ["Daniel S. Reichenbach "] description = "Lua 5.1.1 implemented in Rust, targeting the World of Warcraft addon variant." edition = "2024"