We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a4a800 + c394760 commit 4152392Copy full SHA for 4152392
rand_distr/CHANGELOG.md
@@ -4,6 +4,10 @@ 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.2.2] - 2019-09-10
8
+- Fix version requirement on rand lib (#847)
9
+- Clippy fixes & suppression (#840)
10
+
11
## [0.2.1] - 2019-06-29
12
- Update dependency to support Rand 0.7
13
- Doc link fixes
rand_distr/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rand_distr"
3
-version = "0.2.1"
+version = "0.2.2"
authors = ["The Rand Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
0 commit comments