diff --git a/CHANGELOG.md b/CHANGELOG.md index 512ac31..2944a99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to ## [Unreleased] +## [0.1.24](https://github.com/wowemulation-dev/rilua/compare/v0.1.23...v0.1.24) - 2026-08-24 + +### Testing + +- add regression test for issue #46 nil field call misattribution + ## [0.1.22](https://github.com/wowemulation-dev/rilua/compare/v0.1.21...v0.1.22) - 2026-08-24 ### Added diff --git a/Cargo.lock b/Cargo.lock index 22582a5..5298981 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1759,7 +1759,7 @@ dependencies = [ [[package]] name = "rilua" -version = "0.1.23" +version = "0.1.24" dependencies = [ "criterion", "flamegraph", diff --git a/Cargo.toml b/Cargo.toml index 813cbc8..4f05c25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rilua" -version = "0.1.23" +version = "0.1.24" authors = ["Daniel S. Reichenbach "] description = "Lua 5.1.1 implemented in Rust, targeting the World of Warcraft addon variant." edition = "2024"