From 05d51ef510434e6c09f7cb5893a16dc820a2262c Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Tue, 24 Nov 2020 09:40:08 +0800 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- RELEASES.md | 5 +++++ doc/src/context.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0c47eb7e..7985f153 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [package] name = "rhai" -version = "0.19.6" +version = "0.19.7" edition = "2018" authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"] description = "Embedded scripting for Rust" diff --git a/RELEASES.md b/RELEASES.md index b3e0b141..1db01fd5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,6 +1,10 @@ Rhai Release Notes ================== +Version 0.19.7 +============== + + Version 0.19.6 ============== @@ -45,6 +49,7 @@ Enhancements ------------ * New constants under `Dynamic` including `UNIT`, `TRUE`, `FALSE`, `ZERO`, `ONE` etc. +* Floating-point numbers ending with a decimal point without a trailing `0` are supported. Version 0.19.5 diff --git a/doc/src/context.json b/doc/src/context.json index 7bb1a3ce..8e389888 100644 --- a/doc/src/context.json +++ b/doc/src/context.json @@ -1,5 +1,5 @@ { - "version": "0.19.6", + "version": "0.19.7", "repoHome": "https://github.com/jonathandturner/rhai/blob/master", "repoTree": "https://github.com/jonathandturner/rhai/tree/master", "rootUrl": "",