Skip to content

Commit 13ff0ca

Browse files
committed
v0.11.3
1 parent 44f49e3 commit 13ff0ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.11.3 (TBC, 2025)
1+
## v0.11.3 (Aug 30, 2025)
22

33
- Add `Lua::yield_with` to use as `coroutine.yield` functional replacement in async functions for any Lua
44
- Do not try to yield at non-yielable points in Luau interrupt (#632)

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.2" # remember to update mlua_derive
3+
version = "0.11.3" # remember to update mlua_derive
44
authors = ["Aleksandr Orlenko <[email protected]>", "kyren <[email protected]>"]
55
rust-version = "1.79.0"
66
edition = "2021"

0 commit comments

Comments
 (0)