From cdc8005146c4f39057003a0e96d356d2edad29b8 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Tue, 15 Feb 2022 11:38:35 +0800 Subject: [PATCH] Bump version. --- CHANGELOG.md | 6 ++---- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c0f8fa..d517f055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,9 @@ Version 1.5.0 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 -on object maps (default is to return `()`). +Based on popular demand, an option is added to throw exceptions when invalid properties are accessed on object maps (default is to return `()`). -Also based on popular demand, the `REPL` tool now uses -[`rustyline`](https://crates.io/crates/rustyline) for line editing and history. +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. Bug fixes --------- diff --git a/Cargo.toml b/Cargo.toml index 7aa8be11..027d135f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "codegen"] [package] name = "rhai" -version = "1.5.0" +version = "1.6.0" edition = "2018" authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"] description = "Embedded scripting for Rust"