Skip to content

Commit 4d82673

Browse files
authored
Release v0.4.2 (#821)
### Changed - Bump `r-efi` dependency to v6 [#814] ### Fixed - Read `errno` only when it is set [#810] - Check the return value of `ProcessPrng` on Windows [#811] [#810]: #810 [#811]: #811 [#814]: #814
1 parent 158fdd4 commit 4d82673

3 files changed

Lines changed: 26 additions & 26 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## [Unreleased]
7+
## [0.4.2] - 2026-03-03
88

99
### Changed
1010
- 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
1313
- Read `errno` only when it is set [#810]
1414
- Check the return value of `ProcessPrng` on Windows [#811]
1515

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
1717
[#810]: https://github.com/rust-random/getrandom/pull/810
1818
[#811]: https://github.com/rust-random/getrandom/pull/811
1919
[#814]: https://github.com/rust-random/getrandom/pull/814

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "getrandom"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2024"
55
rust-version = "1.85" # Sync tests.yml and README.md.
66
authors = ["The Rand Project Developers"]

0 commit comments

Comments
 (0)