We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b535a commit 3684cc9Copy full SHA for 3684cc9
rand_core/CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.3.1] - 2019-01-25
8
+- Compatibility shim around version 0.4
9
+
10
## [0.3.0] - 2018-09-24
11
- Add `SeedableRng::seed_from_u64` for convenient seeding. (#537)
12
rand_core/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rand_core"
3
-version = "0.3.0"
+version = "0.3.1"
authors = ["The Rand Project Developers", "The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
0 commit comments