From 23ca4580e99d4ac7c28e6b832cfe65d1198a51b2 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Wed, 5 Jun 2019 11:44:45 +0100 Subject: [PATCH] Prepare rand 0.7.0-pre-0 --- CHANGELOG.md | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d356251cc..668c0f08b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md). You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful. -## Unreleased +## [0.7.0 Pre-release] - 2019-06-06 +Many changes (TODO) - Enable fork protection of ReseedingRng without `std` - Remove dependency on `winapi` diff --git a/Cargo.toml b/Cargo.toml index 60c10e3190..4eb79ccbc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rand" -version = "0.6.5" +version = "0.7.0-pre.0" authors = ["The Rand Project Developers", "The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md"