Skip to content

Commit 314fd5a

Browse files
authored
Release v0.4.1 (#803)
### Fixed - Documentation build on docs.rs [#801] [#801]: #801 [0.4.1]: v0.4.0...v0.4.1
1 parent 7e3e073 commit 314fd5a

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.4.1] - 2026-02-03
8+
9+
### Fixed
10+
- Documentation build on docs.rs [#801]
11+
12+
[#801]: https://github.com/rust-random/getrandom/pull/801
13+
714
## [0.4.0] - 2026-02-02
815

916
### Added
@@ -659,7 +666,8 @@ Publish initial implementation.
659666
## [0.0.0] - 2019-01-19
660667
Publish an empty template library.
661668

662-
[Unreleased]: https://github.com/rust-random/getrandom/compare/v0.3.4...master
669+
[0.4.1]: https://github.com/rust-random/getrandom/compare/v0.4.0...v0.4.1
670+
[0.4.0]: https://github.com/rust-random/getrandom/compare/v0.3.4...v0.4.0
663671
[0.3.4]: https://github.com/rust-random/getrandom/compare/v0.3.3...v0.3.4
664672
[0.3.3]: https://github.com/rust-random/getrandom/compare/v0.3.2...v0.3.3
665673
[0.3.2]: https://github.com/rust-random/getrandom/compare/v0.3.1...v0.3.2

Cargo.lock

Lines changed: 9 additions & 9 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.0"
3+
version = "0.4.1"
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)