Skip to content

Commit 247208e

Browse files
committed
v0.11.4
1 parent e08768c commit 247208e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.11.4 (Sep 29, 2025)
2+
3+
- Make `Value::to_serializable` public
4+
- Add new serde option `detect_mixed_tables` (to encode mixed array+map tables)
5+
- Add `ObjectLike::get_path` helper (for tables and userdata)
6+
17
## v0.11.3 (Aug 30, 2025)
28

39
- Add `Lua::yield_with` to use as `coroutine.yield` functional replacement in async functions for any Lua

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.3" # remember to update mlua_derive
3+
version = "0.11.4" # 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)