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 ---------