Skip to content

Commit

Permalink
Prepare rand_core v0.9.1 (#1591)
Browse files Browse the repository at this point in the history
# Summary

Requested in #1589
  • Loading branch information
dhardy authored Feb 16, 2025
1 parent 6a06056 commit ec6d5c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions rand_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

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

## [0.9.0] - 2025-01-27
### Dependencies and features
Expand Down
2 changes: 1 addition & 1 deletion rand_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rand_core"
version = "0.9.0"
version = "0.9.1"
authors = ["The Rand Project Developers", "The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit ec6d5c0

Please sign in to comment.