Skip to content

Commit 074cb6a

Browse files
authored
Merge pull request #929 from dhardy/master
Prepare rand 0.7.3 release
2 parents 5b0d874 + 0f4e152 commit 074cb6a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ 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-
## Unreleased
11+
## [0.7.3] - 2020-01-10
1212
### Fixes
1313
- The `Bernoulli` distribution constructors now reports an error on NaN and on
1414
`denominator == 0`. (#925)
1515
- Use `std::sync::Once` to register fork handler, avoiding possible atomicity violation (#928)
16+
- Fix documentation on the precision of generated floating-point values
1617

1718
### Changes
1819
- Unix: make libc dependency optional; only use fork protection with std feature (#928)

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.7.2"
3+
version = "0.7.3"
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)