Skip to content

Commit 78331ce

Browse files
committed
v0.11.1
1 parent f945a35 commit 78331ce

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## v0.11.0 (Jul 14, 2025)
27

38
Changes since v0.11.0-beta.3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mlua"
3-
version = "0.11.0" # remember to update mlua_derive
3+
version = "0.11.1" # remember to update mlua_derive
44
authors = ["Aleksandr Orlenko <zxteam@pm.me>", "kyren <catherine@kyju.org>"]
55
rust-version = "1.79.0"
66
edition = "2021"

0 commit comments

Comments
 (0)