Bump version.
This commit is contained in:
parent
fb9964e1a3
commit
cdc8005146
@ -6,11 +6,9 @@ Version 1.5.0
|
|||||||
|
|
||||||
This version adds a debugging interface, which can be used to integrate a debugger.
|
This version adds a debugging interface, which can be used to integrate a debugger.
|
||||||
|
|
||||||
Based on popular demand, an option is added to throw exceptions when invalid properties are accessed
|
Based on popular demand, an option is added to throw exceptions when invalid properties are accessed on object maps (default is to return `()`).
|
||||||
on object maps (default is to return `()`).
|
|
||||||
|
|
||||||
Also based on popular demand, the `REPL` tool now uses
|
Also based on popular demand, the `REPL` tool now uses a slightly-enhanced version of [`rustyline`](https://crates.io/crates/rustyline) for line editing and history.
|
||||||
[`rustyline`](https://crates.io/crates/rustyline) for line editing and history.
|
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes
|
||||||
---------
|
---------
|
||||||
|
@ -3,7 +3,7 @@ members = [".", "codegen"]
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "rhai"
|
name = "rhai"
|
||||||
version = "1.5.0"
|
version = "1.6.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"]
|
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"]
|
||||||
description = "Embedded scripting for Rust"
|
description = "Embedded scripting for Rust"
|
||||||
|
Loading…
Reference in New Issue
Block a user