File tree Expand file tree Collapse file tree 3 files changed +19
-11
lines changed
Expand file tree Collapse file tree 3 files changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
55and 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
660667Publish 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
Original file line number Diff line number Diff line change 11[package ]
22name = " getrandom"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44edition = " 2024"
55rust-version = " 1.85" # Sync tests.yml and README.md.
66authors = [" The Rand Project Developers" ]
You can’t perform that action at this time.
0 commit comments