Skip to content

Commit

Permalink
Bump rand's CHANGELOG and version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Apr 28, 2020
1 parent 1cebc95 commit f58a6b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).

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

## [0.7.4] - 2020-04-28
### Security fix
- Prevent potential use-after-free when using `thread_rng` from a thread-local
destructor on some platforms (OSX; #968)

## [0.7.3] - 2020-01-10
### Fixes
- The `Bernoulli` distribution constructors now reports an error on NaN and on
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rand"
version = "0.7.3"
version = "0.7.4"
authors = ["The Rand Project Developers", "The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit f58a6b1

Please sign in to comment.