v0.9.0-beta.2

This commit is contained in:
Alex Orlenko 2023-04-27 23:13:32 +01:00
parent fdda0d3724
commit 3253ae8f4a
No known key found for this signature in database
GPG Key ID: 4C150C250863B96D
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
## v0.9.0-beta.2
New features:
- Added `Thread::set_hook()` function to set hook on threads
- Added pretty print to the Debug formatting to Lua `Value` and `Table`
- ffi layer moved to `mlua-sys` crate
- Added OwnedString (unstable)
Breaking changes:
- Refactor `HookTriggers` (make it const)
## v0.9.0-beta.1
New features:

View File

@ -1,6 +1,6 @@
[package]
name = "mlua"
version = "0.9.0-beta.1" # remember to update mlua_derive
version = "0.9.0-beta.2" # remember to update mlua_derive
authors = ["Aleksandr Orlenko <zxteam@pm.me>", "kyren <catherine@chucklefish.org>"]
edition = "2021"
repository = "https://github.com/khvzak/mlua"