Bump version.

This commit is contained in:
Stephen Chung
2021-04-16 21:59:11 +08:00
parent 2b10c5c6c1
commit e31506fe51
3 changed files with 7 additions and 5 deletions

View File

@@ -1,11 +1,13 @@
Rhai Release Notes
==================
Version 0.19.16
===============
Version 0.20.0
==============
This version adds string interpolation with `` `... ${`` ... ``} ...` `` syntax.
`switch` statement cases can now have conditions.
Negative indices for arrays and strings are allowed and now count from the end (-1 = last item/character).
Bug fixes