File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11Rhai Release Notes
22==================
33
4- Version 1.24.0
4+ Version 1.23.6
55==============
66
77Bug fixes
@@ -21,11 +21,12 @@ Enhancements
2121* The string methods ` starts_with ` and ` ends_with ` now work with character argument ([ #1042 ] ( https://github.com/rhaiscript/rhai/pull/1042 ) ).
2222
2323
24- Version 1.23.3
24+ Version 1.23.5
2525==============
2626
27- This version maintains compatibility by restricting the [ ` ahash ` ] ( https://crates.io/crates/ahash )
28- dependency to ` <=0.8.11 ` because higher versions break ` no-std ` builds.
27+ This version is the same as version ` 1.23.6 ` but maintains compatibility by restricting the
28+ [ ` ahash ` ] ( https://crates.io/crates/ahash ) dependency to ` <=0.8.11 ` because higher versions break
29+ ` no-std ` builds.
2930
3031
3132Version 1.23.4
@@ -54,6 +55,14 @@ Enhancements
5455* ` CallFnOptions::in_all_namespaces ` is added to allow calling functions in all namespaces, instead of only scripted Rhai functions in the ` AST ` .
5556
5657
58+ Version 1.23.3
59+ ==============
60+
61+ This version is the same as version ` 1.23.4 ` but maintains compatibility by restricting the
62+ [ ` ahash ` ] ( https://crates.io/crates/ahash ) dependency to ` <=0.8.11 ` because higher versions break
63+ ` no-std ` builds.
64+
65+
5766Version 1.22.2
5867==============
5968
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = [".", "codegen"]
33
44[package ]
55name = " rhai"
6- version = " 1.23.4 "
6+ version = " 1.23.6 "
77rust-version = " 1.66.0"
88edition = " 2018"
99resolver = " 2"
You can’t perform that action at this time.
0 commit comments