Update version and changelog for 0.5.2 release.

This commit is contained in:
Diggory Hardy
2018-06-16 09:55:38 +01:00
parent 3320597998
commit 1ca1303b01
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -9,6 +9,10 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
You may also find the [Update Guide](UPDATING.md) useful.
## [0.5.2] - 2018-06-18
### Platform support
- Hide `OsRng` and `JitterRng` on unsupported platforms (#512; fixes #503).
## [0.5.1] - 2018-06-08
### New distributions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rand"
version = "0.5.1" # NB: When modifying, also modify html_root_url in lib.rs
version = "0.5.2" # NB: When modifying, also modify html_root_url in lib.rs
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
+1 -1
View File
@@ -223,7 +223,7 @@
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
html_root_url = "https://docs.rs/rand/0.5.1")]
html_root_url = "https://docs.rs/rand/0.5.2")]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]