Skip to content

Commit 023901b

Browse files
committed
Update version numbers to 0.5.4 and add changelog note
1 parent 13712b6 commit 023901b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
88

99
You may also find the [Update Guide](UPDATING.md) useful.
1010

11+
## [0.5.4] - 2018-07-11
12+
### Platform support
13+
- Make `OsRng` work via WASM/stdweb for WebWorkers
14+
1115
## [0.5.3] - 2018-06-26
1216
### Platform support
1317
- OpenBSD, Bitrig: fix compilation (broken in 0.5.1) (#530)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rand"
3-
version = "0.5.3" # NB: When modifying, also modify html_root_url in lib.rs
3+
version = "0.5.4" # NB: When modifying, also modify html_root_url in lib.rs
44
authors = ["The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223

224224
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
225225
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
226-
html_root_url = "https://docs.rs/rand/0.5.3")]
226+
html_root_url = "https://docs.rs/rand/0.5.4")]
227227

228228
#![deny(missing_docs)]
229229
#![deny(missing_debug_implementations)]

0 commit comments

Comments
 (0)