Update version numbers to 0.5.4 and add changelog note
This commit is contained in:
@@ -8,6 +8,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.4] - 2018-07-11
|
||||
### Platform support
|
||||
- Make `OsRng` work via WASM/stdweb for WebWorkers
|
||||
|
||||
## [0.5.3] - 2018-06-26
|
||||
### Platform support
|
||||
- OpenBSD, Bitrig: fix compilation (broken in 0.5.1) (#530)
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rand"
|
||||
version = "0.5.3" # NB: When modifying, also modify html_root_url in lib.rs
|
||||
version = "0.5.4" # 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
@@ -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.3")]
|
||||
html_root_url = "https://docs.rs/rand/0.5.4")]
|
||||
|
||||
#![deny(missing_docs)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
|
||||
Reference in New Issue
Block a user