Bump version.
This commit is contained in:
parent
678d0f5e33
commit
c7b556b741
@ -6,7 +6,7 @@ members = [
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "rhai"
|
name = "rhai"
|
||||||
version = "0.19.12"
|
version = "0.19.13"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"]
|
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"]
|
||||||
description = "Embedded scripting for Rust"
|
description = "Embedded scripting for Rust"
|
||||||
|
@ -4,6 +4,12 @@ Rhai Release Notes
|
|||||||
Version 0.19.12
|
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
|
Bug fixes
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user