Skip to content

Commit d3dd415

Browse files
authored
Prepare rand_core 0.9.2 (#1605)
2 parents c7fe1c4 + 99fabd2 commit d3dd415

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rand_core/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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
7+
## [0.9.2] - 2025-02-22
88
### API changes
99
- Relax `Sized` bound on impls of `TryRngCore`, `TryCryptoRng` and `UnwrapMut` (#1593)
1010
- Add `UnwrapMut::re` to reborrow the inner rng with a tighter lifetime (#1595)

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.1"
3+
version = "0.9.2"
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)