Bump version.

This commit is contained in:
Stephen Chung 2021-02-17 16:53:35 +08:00
parent 678d0f5e33
commit c7b556b741
2 changed files with 7 additions and 1 deletions

View File

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

View File

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