We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7fe1c4 + 99fabd2 commit d3dd415Copy full SHA for d3dd415
rand_core/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## Unreleased
+## [0.9.2] - 2025-02-22
8
### API changes
9
- Relax `Sized` bound on impls of `TryRngCore`, `TryCryptoRng` and `UnwrapMut` (#1593)
10
- Add `UnwrapMut::re` to reborrow the inner rng with a tighter lifetime (#1595)
rand_core/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rand_core"
3
-version = "0.9.1"
+version = "0.9.2"
authors = ["The Rand Project Developers", "The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
0 commit comments