We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f945a35 commit 78331ceCopy full SHA for 78331ce
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.11.1 (Jul 15, 2025)
2
+
3
+- Fixed bug exhausting Lua auxiliary stack and leaving it without reserve (#615)
4
+- `Lua::push_c_function` now correctly handles OOM for Lua 5.1 and Luau
5
6
## v0.11.0 (Jul 14, 2025)
7
8
Changes since v0.11.0-beta.3
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mlua"
-version = "0.11.0" # remember to update mlua_derive
+version = "0.11.1" # remember to update mlua_derive
authors = ["Aleksandr Orlenko <zxteam@pm.me>", "kyren <catherine@kyju.org>"]
rust-version = "1.79.0"
edition = "2021"
0 commit comments