Skip to content

Commit 5331b3e

Browse files
committed
Prepare rand 0.7.0-pre-0
1 parent f88df08 commit 5331b3e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ 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-
## Unreleased
12+
## [0.7.0 Pre-release] - 2019-06-06
13+
Many changes (TODO)
1314
- Enable fork protection of ReseedingRng without `std`
1415
- Remove dependency on `winapi`
1516

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rand"
3-
version = "0.6.5"
3+
version = "0.7.0-pre.0"
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)