From c39476001720c2c2c0e2aef851efe8d9e4bbea8f Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Mon, 9 Sep 2019 15:44:06 +0200 Subject: [PATCH] Prepare rand_distr 0.2.2 --- rand_distr/CHANGELOG.md | 4 ++++ rand_distr/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/rand_distr/CHANGELOG.md b/rand_distr/CHANGELOG.md index 376bb95e741..31a86d654ee 100644 --- a/rand_distr/CHANGELOG.md +++ b/rand_distr/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.2] - 2019-09-10 +- Fix version requirement on rand lib (#847) +- Clippy fixes & suppression (#840) + ## [0.2.1] - 2019-06-29 - Update dependency to support Rand 0.7 - Doc link fixes diff --git a/rand_distr/Cargo.toml b/rand_distr/Cargo.toml index 8fbf33b96c6..d9971562353 100644 --- a/rand_distr/Cargo.toml +++ b/rand_distr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rand_distr" -version = "0.2.1" +version = "0.2.2" authors = ["The Rand Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md"