Skip to content

Commit 5cd7df4

Browse files
authored
Release v0.10.1 (#76)
### Fixed - Reference to the `rand` crate in `TryRng` docs ([#75]) [#75]: #75
1 parent a2a15a9 commit 5cd7df4

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and 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

918
This 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rand_core"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["The Rand Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)