File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.10.1] - 2026-04-13
8+
9+ ### Fixed
10+ - Reference to the ` rand ` crate in ` TryRng ` docs ([ #75 ] )
11+
12+ [ 0.10.1 ] : https://github.com/rust-random/rand_core/compare/v0.10.0...v0.10.1
13+
14+ [ #75 ] : https://github.com/rust-random/rand_core/pull/75
15+
716## [ 0.10.0] - 2026-02-01
817
918This release makes a number of significant changes which we hope will be the
@@ -55,7 +64,7 @@ repository to its own [rust-random/rand_core].
5564- ` Generator::Item ` associated type ([ #26 ] )
5665- ` CryptoBlockRng ` ([ #69 ] )
5766
58- [ 0.10.0 ] : https://github.com/rust-random/rand_core/compare/v0.9.3...HEAD
67+ [ 0.10.0 ] : https://github.com/rust-random/rand_core/compare/v0.9.3...v0.10.0
5968
6069[ rand#1641 ] : https://github.com/rust-random/rand/pull/1641
6170[ rand#1667 ] : https://github.com/rust-random/rand/pull/1667
Original file line number Diff line number Diff line change 11[package ]
22name = " rand_core"
3- version = " 0.10.0 "
3+ version = " 0.10.1 "
44authors = [" The Rand Project Developers" ]
55license = " MIT OR Apache-2.0"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments