Skip to content

Commit 2cf5120

Browse files
committed
Bump to 0.6.2
1 parent 390a7b1 commit 2cf5120

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

rand_core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.6.2] - 2021-02-12
8+
### Fixed
9+
- Fixed assertions in `le::read_u32_into` and `le::read_u64_into` which could
10+
have allowed buffers not to be fully populated (#1096)
11+
712
## [0.6.1] - 2021-01-03
813
### Fixed
914
- Avoid panic when using `RngCore::seed_from_u64` with a seed which is not a

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.6.1"
3+
version = "0.6.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)