Skip to content

Commit 88f36aa

Browse files
committed
Bump version number and changelog
1 parent ec58ff0 commit 88f36aa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ 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.3] - 2019-01-04
13+
### Fixes
14+
- Make the `std` feature require the optional `rand_os` dependency (#675)
15+
- Re-export the optional WASM dependencies of `rand_os` from `rand` to avoid breakage (#674)
16+
1217
## [0.6.2] - 2019-01-04
1318
### Additions
1419
- Add `Default` for `ThreadRng` (#657)

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.2"
3+
version = "0.6.3"
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)