From 891a5ab8cebb05ace0336ba396c2d1803049bd10 Mon Sep 17 00:00:00 2001 From: "Daniel S. Reichenbach" Date: Mon, 24 Aug 2026 13:10:40 +0700 Subject: [PATCH] chore: release v0.1.24 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"