Skip to content

Commit 2c9085a

Browse files
committed
Bump to 0.8.2 and update changelog
1 parent 4e8c7a4 commit 2c9085a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

99
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
1010

11+
## [0.8.2] - 2021-01-12
12+
### Fixes
13+
- Fix panic in `UniformInt::sample_single_inclusive` and `Rng::gen_range` when
14+
providing a full integer range (eg `0..=MAX`) (#1087)
15+
1116
## [0.8.1] - 2020-12-31
1217
### Other
1318
- Enable all stable features in the playground (#1081)

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.8.1"
3+
version = "0.8.2"
44
authors = ["The Rand Project Developers", "The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)