Skip to content

Commit 9c24c99

Browse files
committed
v0.11.0-beta.2
1 parent 62f8482 commit 9c24c99

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.11.0-beta.2 (Jun ?, 2025)
1+
## v0.11.0-beta.2 (Jun 12, 2025)
22

33
- Lua 5.4 updated to 5.4.8
44
- Terminate Rust `Future` when `AsyncThread` is dropped (without relying on Lua GC)
@@ -8,6 +8,7 @@
88
- Luau `Require` trait methods now can return `Error` variant (in `NavigateError` enum)
99
- Added `__type` to `Error`'s userdata metatable (for `typeof` function)
1010
- `parking_log/send_guard` is moved to `userdata-wrappers` feature flag
11+
- New `serde` feature flag to replace `serialize` (the old one is still available)
1112

1213
## v0.11.0-beta.1 (May 7th, 2025)
1314

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