Skip to content

Commit 91a35ae

Browse files
committed
Update rand_core version number and changelog for 0.2.1.
1 parent b92c0e6 commit 91a35ae

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

rand_core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.1] - 2018-06-08
8+
- References to a `CryptoRng` now also implement `CryptoRng`. (#470)
79

810
## [0.2.0] - 2018-05-21
911
- Enable the `std` feature by default. (#409)

rand_core/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_core"
3-
version = "0.2.0" # NB: When modifying, also modify html_root_url in lib.rs
3+
version = "0.2.1" # 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"

rand_core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
3636
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
3737
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
38-
html_root_url = "https://docs.rs/rand_core/0.2.0")]
38+
html_root_url = "https://docs.rs/rand_core/0.2.1")]
3939

4040
#![deny(missing_docs)]
4141
#![deny(missing_debug_implementations)]

0 commit comments

Comments
 (0)