Skip to content

Commit ae895a9

Browse files
committed
Mark prnd module deprecated and schedule 0.6.0 release
1 parent 2265c4e commit ae895a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
99
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
1010

1111

12-
## [0.6.0] - Unreleased
12+
## [0.6.0] - 2018-11-14
1313

1414
### Project organisation
1515
- Rand has moved from [rust-lang-nursery](https://github.com/rust-lang-nursery/rand)

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ pub use rand_core::{ErrorKind, Error};
102102
// Public modules
103103
pub mod distributions;
104104
pub mod prelude;
105+
#[deprecated(since="0.6.0")]
105106
pub mod prng;
106107
pub mod rngs;
107108
pub mod seq;

0 commit comments

Comments
 (0)