We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031a1f5 commit 98473eeCopy full SHA for 98473ee
CHANGELOG.md
@@ -8,7 +8,7 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
8
9
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
10
11
-## [Unreleased]
+## [0.9.2 — 2025-07-20]
12
### Deprecated
13
- Deprecate `rand::rngs::mock` module and `StepRng` generator (#1634)
14
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rand"
3
-version = "0.9.1"
+version = "0.9.2"
4
authors = ["The Rand Project Developers", "The Rust Project Developers"]
5
license = "MIT OR Apache-2.0"
6
readme = "README.md"
0 commit comments