Skip to content

Commit cb45db0

Browse files
committed
Update README/CHANGELOG
1 parent d1cb2a9 commit cb45db0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.10.2 (Jan 27th, 2025)
2+
3+
- Set `Default` for `Value` to be `Nil`
4+
- Allow exhaustive match on `Value` (#502)
5+
- Add `Table::set_safeenv` method (Luau)
6+
17
## v0.10.2 (Dec 1st, 2024)
28

39
- Switch proc-macro-error to proc-macro-error2 (#493)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Add to `Cargo.toml` :
133133

134134
``` toml
135135
[dependencies]
136-
mlua = { version = "0.10.2", features = ["lua54", "vendored"] }
136+
mlua = { version = "0.10", features = ["lua54", "vendored"] }
137137
```
138138

139139
`main.rs`
@@ -168,7 +168,7 @@ Add to `Cargo.toml` :
168168
crate-type = ["cdylib"]
169169

170170
[dependencies]
171-
mlua = { version = "0.10.2", features = ["lua54", "module"] }
171+
mlua = { version = "0.10", features = ["lua54", "module"] }
172172
```
173173

174174
`lib.rs` :

0 commit comments

Comments
 (0)