Skip to content

Commit b407df4

Browse files
committed
Prepare rand v0.10.1
1 parent 15b0fba commit b407df4

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ A [separate changelog is kept for rand_core](https://github.com/rust-random/core
88

99
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
1010

11-
## [Unreleased]
11+
## [0.10.1] — 2026-02-09
12+
### Changes
1213
- Document panic behavior of `make_rng` and add `#[track_caller]` (#1761)
14+
- Deprecate feature `log` (#1763)
1315

1416
## [0.10.0] - 2026-02-08
1517

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rand"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["The Rand Project Developers", "The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)