Bump version.

This commit is contained in:
Stephen Chung 2022-04-11 16:53:44 +08:00
parent a33e3ba5ff
commit c5015d5e86
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Rhai Release Notes Rhai Release Notes
================== ==================
Version 1.7.0
=============
Version 1.6.1 Version 1.6.1
============= =============
@ -9,6 +13,7 @@ Bug fixes
* Functions with `Dynamic` parameters now work in qualified calls from `import`ed modules. * Functions with `Dynamic` parameters now work in qualified calls from `import`ed modules.
* `rhai-repl` now compiles with the new patch version of `rustyline`. * `rhai-repl` now compiles with the new patch version of `rustyline`.
* `rhai_codegen` dependency is now explicitly `1.4` or higher.
Script-breaking changes Script-breaking changes
----------------------- -----------------------

View File

@ -3,7 +3,7 @@ members = [".", "codegen"]
[package] [package]
name = "rhai" name = "rhai"
version = "1.6.1" version = "1.7.0"
rust-version = "1.57" rust-version = "1.57"
edition = "2018" edition = "2018"
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"] authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"]