File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.2.11] - 2023-11-08
8+ ### Added
9+ - GNU/Hurd support [ #370 ]
10+
11+ ### Changed
12+ - Renamed ` __getrandom_internal ` to ` __GETRANDOM_INTERNAL ` [ #369 ]
13+ - Updated link to Hermit docs [ #374 ]
14+
15+ [ #369 ] : https://github.com/rust-random/getrandom/pull/369
16+ [ #370 ] : https://github.com/rust-random/getrandom/pull/370
17+ [ #374 ] : https://github.com/rust-random/getrandom/pull/374
18+
719## [ 0.2.10] - 2023-06-06
820### Added
921- Support for PS Vita (` armv7-sony-vita-newlibeabihf ` ) [ #359 ]
@@ -391,6 +403,7 @@ Publish initial implementation.
391403## [ 0.0.0] - 2019-01-19
392404Publish an empty template library.
393405
406+ [ 0.2.11 ] : https://github.com/rust-random/getrandom/compare/v0.2.10...v0.2.11
394407[ 0.2.10 ] : https://github.com/rust-random/getrandom/compare/v0.2.9...v0.2.10
395408[ 0.2.9 ] : https://github.com/rust-random/getrandom/compare/v0.2.8...v0.2.9
396409[ 0.2.8 ] : https://github.com/rust-random/getrandom/compare/v0.2.7...v0.2.8
Original file line number Diff line number Diff line change 11[package ]
22name = " getrandom"
3- version = " 0.2.10 " # Also update html_root_url in lib.rs when bumping this
3+ version = " 0.2.11 " # Also update html_root_url in lib.rs when bumping this
44edition = " 2018"
55authors = [" The Rand Project Developers" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 187187#![ doc(
188188 html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
189189 html_favicon_url = "https://www.rust-lang.org/favicon.ico" ,
190- html_root_url = "https://docs.rs/getrandom/0.2.10 "
190+ html_root_url = "https://docs.rs/getrandom/0.2.11 "
191191) ]
192192#![ no_std]
193193#![ warn( rust_2018_idioms, unused_lifetimes, missing_docs) ]
You can’t perform that action at this time.
0 commit comments