Skip to content

Commit

Permalink
Update README/CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
khvzak committed Jan 27, 2025
1 parent d1cb2a9 commit cb45db0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.10.2 (Jan 27th, 2025)

- Set `Default` for `Value` to be `Nil`
- Allow exhaustive match on `Value` (#502)
- Add `Table::set_safeenv` method (Luau)

## v0.10.2 (Dec 1st, 2024)

- Switch proc-macro-error to proc-macro-error2 (#493)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Add to `Cargo.toml` :

``` toml
[dependencies]
mlua = { version = "0.10.2", features = ["lua54", "vendored"] }
mlua = { version = "0.10", features = ["lua54", "vendored"] }
```

`main.rs`
Expand Down Expand Up @@ -168,7 +168,7 @@ Add to `Cargo.toml` :
crate-type = ["cdylib"]

[dependencies]
mlua = { version = "0.10.2", features = ["lua54", "module"] }
mlua = { version = "0.10", features = ["lua54", "module"] }
```

`lib.rs` :
Expand Down

0 comments on commit cb45db0

Please sign in to comment.