From c7b556b7411b40de6448c3bcacee41758a8492fc Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Wed, 17 Feb 2021 16:53:35 +0800 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- RELEASES.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4655469..0911adfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [package] name = "rhai" -version = "0.19.12" +version = "0.19.13" edition = "2018" authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"] description = "Embedded scripting for Rust" diff --git a/RELEASES.md b/RELEASES.md index 9e80f364..3bfaee20 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -4,6 +4,12 @@ Rhai Release Notes Version 0.19.12 =============== +This version is an incremental release with a number of enhancements and bug fixes. + +Notice that there are a number of breaking changes, especially with regards to replacing the `~` +exponential operator with `**`, and the addition of the `decimal` feature that turns on +[`Decimal`](https://crates.io/crates/rust_decimal) support. + Bug fixes ---------