From c895829889fdfd1657e0b75ef278bba182812751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Mon, 13 Apr 2026 15:44:33 +0300 Subject: [PATCH 1/2] Release v0.10.1 --- CHANGELOG.md | 11 ++++++++++- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 623751f0..b791bbc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.10.1] - 2026-04-13 + +### Fixed +- Reference to the `rand` crate in `TryRng` docs ([#75]) + +[0.10.1]: https://github.com/rust-random/rand_core/compare/v0.10.0...0.10.1 + +[#75]: https://github.com/rust-random/rand_core/pull/75 + ## [0.10.0] - 2026-02-01 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]. - `Generator::Item` associated type ([#26]) - `CryptoBlockRng` ([#69]) -[0.10.0]: https://github.com/rust-random/rand_core/compare/v0.9.3...HEAD +[0.10.0]: https://github.com/rust-random/rand_core/compare/v0.9.3...0.10.0 [rand#1641]: https://github.com/rust-random/rand/pull/1641 [rand#1667]: https://github.com/rust-random/rand/pull/1667 diff --git a/Cargo.toml b/Cargo.toml index 29f98af0..a9d366d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rand_core" -version = "0.10.0" +version = "0.10.1" authors = ["The Rand Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" From 0e16b18468eaf366cd1d6bfbfb3c17b71965ecc1 Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Mon, 13 Apr 2026 18:06:37 +0300 Subject: [PATCH 2/2] Fix diff links --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b791bbc4..15bbeb52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Reference to the `rand` crate in `TryRng` docs ([#75]) -[0.10.1]: https://github.com/rust-random/rand_core/compare/v0.10.0...0.10.1 +[0.10.1]: https://github.com/rust-random/rand_core/compare/v0.10.0...v0.10.1 [#75]: https://github.com/rust-random/rand_core/pull/75 @@ -64,7 +64,7 @@ repository to its own [rust-random/rand_core]. - `Generator::Item` associated type ([#26]) - `CryptoBlockRng` ([#69]) -[0.10.0]: https://github.com/rust-random/rand_core/compare/v0.9.3...0.10.0 +[0.10.0]: https://github.com/rust-random/rand_core/compare/v0.9.3...v0.10.0 [rand#1641]: https://github.com/rust-random/rand/pull/1641 [rand#1667]: https://github.com/rust-random/rand/pull/1667