Skip to content

Commit ee0be2d

Browse files
committed
New release
1 parent 6c0538c commit ee0be2d

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Rhai Release Notes
22
==================
33

4-
Version 1.24.0
4+
Version 1.23.6
55
==============
66

77
Bug 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

3132
Version 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+
5766
Version 1.22.2
5867
==============
5968

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "codegen"]
33

44
[package]
55
name = "rhai"
6-
version = "1.23.4"
6+
version = "1.23.6"
77
rust-version = "1.66.0"
88
edition = "2018"
99
resolver = "2"

0 commit comments

Comments
 (0)