Skip to content

Commit 76acffe

Browse files
authored
Merge pull request #712 from erickt/master
Bump version, and document fuchsia_cprng change
2 parents 351edce + 1d0d26c commit 76acffe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
99
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
1010

1111

12+
## [0.6.5] - Unreleased
13+
### Platforms
14+
- Fuchsia: Replaced fuchsia-zircon with fuchsia-cprng
15+
1216
## [0.6.4] - 2019-01-08
1317
### Fixes
1418
- Move wasm-bindgen shims to correct crate (#686)

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"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
authors = ["The Rand Project Developers", "The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)