This commit is contained in:
Alex Orlenko
2025-08-29 23:11:21 +01:00
parent 44f49e35d6
commit 13ff0ca798
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
## v0.11.3 (TBC, 2025)
## v0.11.3 (Aug 30, 2025)
- Add `Lua::yield_with` to use as `coroutine.yield` functional replacement in async functions for any Lua
- Do not try to yield at non-yielable points in Luau interrupt (#632)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "mlua"
version = "0.11.2" # remember to update mlua_derive
version = "0.11.3" # remember to update mlua_derive
authors = ["Aleksandr Orlenko <zxteam@pm.me>", "kyren <catherine@kyju.org>"]
rust-version = "1.79.0"
edition = "2021"