Release v0.4.2 (#821) · rust-random/getrandom@4d82673 (original) (raw)

Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4 4 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5 5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6 6
7 -## [Unreleased]
7 +## [0.4.2] - 2026-03-03
8 8
9 9 ### Changed
10 10 - Bump `r-efi` dependency to v6 [#814]
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13 13 - Read `errno` only when it is set [#810]
14 14 - Check the return value of `ProcessPrng` on Windows [#811]
15 15
16 -[Unreleased]: https://github.com/rust-random/getrandom/compare/v0.4.1...master
16 +[0.4.2]: https://github.com/rust-random/getrandom/compare/v0.4.1...v0.4.2
17 17 [#810]: https://github.com/rust-random/getrandom/pull/810
18 18 [#811]: https://github.com/rust-random/getrandom/pull/811
19 19 [#814]: https://github.com/rust-random/getrandom/pull/814