File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ 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.1] - 2019-06-06
8
+ - Bump ` rand_core ` version
9
+ - Document crate features in README
10
+
7
11
## [ 0.2.0] - 2019-05-28
8
12
- Fix ` seed_from_u64(0) ` for ` Xoroshiro64StarStar ` and ` Xoroshiro64Star ` . This
9
13
breaks value stability for these generators if initialized with ` seed_from_u64 ` .
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rand_xoshiro"
3
- version = " 0.2.0 " # NB: When modifying, also modify html_root_url in lib.rs
3
+ version = " 0.2.1 " # NB: When modifying, also modify html_root_url in lib.rs
4
4
authors = [" The Rand Project Developers" ]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change 58
58
59
59
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
60
60
html_favicon_url = "https://www.rust-lang.org/favicon.ico" ,
61
- html_root_url = "https://docs.rs/rand_xoshiro/0.2.0 " ) ]
61
+ html_root_url = "https://docs.rs/rand_xoshiro/0.2.1 " ) ]
62
62
63
63
#![ deny( missing_docs) ]
64
64
#![ deny( missing_debug_implementations) ]
You can’t perform that action at this time.
0 commit comments