Skip to content

Commit 35fd5af

Browse files
authored
Prepare v0.4.0 release (#798)
1 parent 269bc59 commit 35fd5af

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.0] - 2026-02-02
88

99
### Added
1010
- `RawOsError` type alias [#739]

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "getrandom"
3-
version = "0.4.0-rc.1"
3+
version = "0.4.0"
44
edition = "2024"
55
rust-version = "1.85" # Sync tests.yml and README.md.
66
authors = ["The Rand Project Developers"]
@@ -38,7 +38,7 @@ sys_rng = ["dep:rand_core"]
3838

3939
[dependencies]
4040
cfg-if = "1"
41-
rand_core = { version = "0.10.0-rc-6", optional = true }
41+
rand_core = { version = "0.10.0", optional = true }
4242

4343
# getrandom / linux_android_with_fallback
4444
[target.'cfg(all(any(target_os = "linux", target_os = "android"), not(any(all(target_os = "linux", target_env = ""), getrandom_backend = "custom", getrandom_backend = "linux_raw", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))'.dependencies]

0 commit comments

Comments
 (0)