Bump version.

This commit is contained in:
Stephen Chung 2021-10-11 17:56:22 +08:00
parent 782f6a3e12
commit c768ef4ca9
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,10 @@
Rhai Release Notes
==================
Version 1.1.1
=============
Version 1.1.0
=============
@ -60,10 +64,6 @@ Enhancements
* `StaticVec` is changed to keep three items inline instead of four.
Version 1.0.7
=============
Version 1.0.6
=============

View File

@ -3,7 +3,7 @@ members = [".", "codegen"]
[package]
name = "rhai"
version = "1.1.0"
version = "1.1.1"
edition = "2018"
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"]
description = "Embedded scripting for Rust"
@ -20,7 +20,7 @@ smallvec = { version = "1.6", default-features = false, features = ["union"] }
ahash = { version = "0.7", default-features = false }
num-traits = { version = "0.2", default-features = false }
smartstring = { version = "0.2.7", default-features = false }
rhai_codegen = { version = "1.0", path = "codegen", default-features = false }
rhai_codegen = { version = "1.1", path = "codegen", default-features = false }
[features]
default = ["ahash/std", "num-traits/std"]