Bump version.
This commit is contained in:
parent
86009c70c8
commit
05d51ef510
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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": "",
|
||||
|
Loading…
Reference in New Issue
Block a user