File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
8
-
7
+ ## [ 0.9.1] - 2025-02-16
9
8
### 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 )
11
10
12
11
## [ 0.9.0] - 2025-01-27
13
12
### Dependencies and features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rand_core"
3
- version = " 0.9.0 "
3
+ version = " 0.9.1 "
4
4
authors = [" The Rand Project Developers" , " The Rust Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments