Skip to content

Commit

Permalink
Prepare rand 0.7.0-pre-0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Jun 5, 2019
1 parent b6cec9e commit 23ca458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 23ca458

Please sign in to comment.