File tree 5 files changed +7
-4
lines changed 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 24
24
25
25
- [ API documentation (master)] ( https://rust-random.github.io/rand/rand_pcg )
26
26
- [ API documentation (docs.rs)] ( https://docs.rs/rand_pcg )
27
- - [ Changelog] ( CHANGELOG.md )
27
+ - [ Changelog] ( https://github.com/rust-random/rand/blob/master/rand_pcg/ CHANGELOG.md)
28
28
29
29
30
30
## Crate Features
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ 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.1.2] - 2019-06-06
8
+ - Bump ` rand_core ` version
9
+
7
10
## [ 0.1.1] - 2019-01-04
8
11
- Reorganise code and tests; tweak doc
9
12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rand_xorshift"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
authors = [" The Rand Project Developers" , " The Rust Project Developers" ]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change 22
22
23
23
- [ API documentation (master)] ( https://rust-random.github.io/rand/rand_xorshift )
24
24
- [ API documentation (docs.rs)] ( https://docs.rs/rand_xorshift )
25
- - [ Changelog] ( CHANGELOG.md )
25
+ - [ Changelog] ( https://github.com/rust-random/rand/blob/master/rand_xorshift/ CHANGELOG.md)
26
26
27
27
[ rand ] : https://crates.io/crates/rand
28
28
Original file line number Diff line number Diff line change 17
17
18
18
- [ API documentation (master)] ( https://rust-random.github.io/rand/rand_xoshiro )
19
19
- [ API documentation (docs.rs)] ( https://docs.rs/rand_xoshiro )
20
- - [ Changelog] ( CHANGELOG.md )
20
+ - [ Changelog] ( https://github.com/rust-random/rand/blob/master/rand_xoshiro/ CHANGELOG.md)
21
21
22
22
## Crate Features
23
23
You can’t perform that action at this time.
0 commit comments