Skip to content

Commit a63eb3a

Browse files
committed
Prepare rand_core 0.6.1
1 parent 3c19b97 commit a63eb3a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

rand_core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.1] - 2020-12-31
8+
### Other
9+
- Enable all stable features in the playground (#1081)
10+
711
## [0.6.0] - 2020-12-08
812
### Breaking changes
913
- Bump MSRV to 1.36, various code improvements (#1011)

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.0"
3+
version = "0.6.1"
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)