Skip to content

Commit 979b6ef

Browse files
committed
Prepare rand_xorshift 0.1.2
Also patch two READMEs
1 parent ace65ac commit 979b6ef

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

rand_pcg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Links:
2424

2525
- [API documentation (master)](https://rust-random.github.io/rand/rand_pcg)
2626
- [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)
2828

2929

3030
## Crate Features

rand_xorshift/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.2] - 2019-06-06
8+
- Bump `rand_core` version
9+
710
## [0.1.1] - 2019-01-04
811
- Reorganise code and tests; tweak doc
912

rand_xorshift/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rand_xorshift"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["The Rand Project Developers", "The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

rand_xorshift/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Links:
2222

2323
- [API documentation (master)](https://rust-random.github.io/rand/rand_xorshift)
2424
- [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)
2626

2727
[rand]: https://crates.io/crates/rand
2828

rand_xoshiro/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Links:
1717

1818
- [API documentation (master)](https://rust-random.github.io/rand/rand_xoshiro)
1919
- [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)
2121

2222
## Crate Features
2323

0 commit comments

Comments
 (0)