Skip to content

Commit ec6d5c0

Browse files
authored
Prepare rand_core v0.9.1 (#1591)
# Summary Requested in #1589
1 parent 6a06056 commit ec6d5c0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

rand_core/CHANGELOG.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
8-
7+
## [0.9.1] - 2025-02-16
98
### API changes
10-
- Add `TryRngCore::unwrap_ref` to only take a mutable reference of the rng (#1589)
9+
- Add `TryRngCore::unwrap_mut`, providing an impl of `RngCore` over `&mut rng` (#1589)
1110

1211
## [0.9.0] - 2025-01-27
1312
### Dependencies and features

rand_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rand_core"
3-
version = "0.9.0"
3+
version = "0.9.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)