Skip to content

Commit e47db6a

Browse files
authored
Merge pull request #295 from amethyst/update_0.19.8
Updates for 0.19.8.
2 parents 93cb8e8 + 9c4b594 commit e47db6a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.19.8]
2+
- Update rustyline dev-dependency (thanks @salexan2001)
3+
- Fix builds for iOS (thanks @w-ensink)
4+
- Add an example changing `package.path` (thanks @paulfrische)
5+
- Fix crash on empty source with LuaJIT
6+
- Update some dependencies
7+
- Fix a leak when destroying `Lua` object with `LuaJIT`.
8+
19
## [0.19.7]
210
- Cosmetic fixes to README.md
311

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlua"
3-
version = "0.19.7"
3+
version = "0.19.8"
44
authors = ["kyren <kerriganw@gmail.com>"]
55
edition = "2018"
66
description = "High level bindings to Lua 5.x"

0 commit comments

Comments
 (0)