We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cec9e commit 23ca458Copy full SHA for 23ca458
CHANGELOG.md
@@ -9,7 +9,8 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
9
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
10
11
12
-## Unreleased
+## [0.7.0 Pre-release] - 2019-06-06
13
+Many changes (TODO)
14
- Enable fork protection of ReseedingRng without `std`
15
- Remove dependency on `winapi`
16
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rand"
3
-version = "0.6.5"
+version = "0.7.0-pre.0"
4
authors = ["The Rand Project Developers", "The Rust Project Developers"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
0 commit comments