File tree 3 files changed +15
-2
lines changed
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.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
19
## [ 0.2.10] - 2023-06-06
8
20
### Added
9
21
- Support for PS Vita (` armv7-sony-vita-newlibeabihf ` ) [ #359 ]
@@ -391,6 +403,7 @@ Publish initial implementation.
391
403
## [ 0.0.0] - 2019-01-19
392
404
Publish an empty template library.
393
405
406
+ [ 0.2.11 ] : https://github.com/rust-random/getrandom/compare/v0.2.10...v0.2.11
394
407
[ 0.2.10 ] : https://github.com/rust-random/getrandom/compare/v0.2.9...v0.2.10
395
408
[ 0.2.9 ] : https://github.com/rust-random/getrandom/compare/v0.2.8...v0.2.9
396
409
[ 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 1
1
[package ]
2
2
name = " 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
4
4
edition = " 2018"
5
5
authors = [" The Rand Project Developers" ]
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 187
187
#![ doc(
188
188
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
189
189
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 "
191
191
) ]
192
192
#![ no_std]
193
193
#![ warn( rust_2018_idioms, unused_lifetimes, missing_docs) ]
You can’t perform that action at this time.
0 commit comments