Skip to content

Commit 3684cc9

Browse files
committed
Update version number of rand_core to 0.3.1
1 parent 54b535a commit 3684cc9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: rand_core/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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.3.1] - 2019-01-25
8+
- Compatibility shim around version 0.4
9+
710
## [0.3.0] - 2018-09-24
811
- Add `SeedableRng::seed_from_u64` for convenient seeding. (#537)
912

Diff for: rand_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rand_core"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["The Rand Project Developers", "The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)