There was an error while loading. Please reload this page.
1 parent c7fe1c4 commit 99fabd2Copy full SHA for 99fabd2
2 files changed
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