This commit is contained in:
Alex Orlenko
2025-07-15 22:43:18 +01:00
parent f945a35cbd
commit 78331ceebe
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
## v0.11.1 (Jul 15, 2025)
- Fixed bug exhausting Lua auxiliary stack and leaving it without reserve (#615)
- `Lua::push_c_function` now correctly handles OOM for Lua 5.1 and Luau
## v0.11.0 (Jul 14, 2025)
Changes since v0.11.0-beta.3
+1 -1
View File
@@ -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"