From 35934befbb3835efc97c963b43b2e733e7e65a84 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 4 Jun 2016 14:31:24 -0700 Subject: [PATCH] Release 0.0.72 --- CHANGELOG.md | 3 +++ Cargo.toml | 4 ++-- clippy_lints/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53cebf4f99d..ea59d62a5ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.0.72 — 2016-06-04 +* Fix false positives in [`useless_let_if_seq`] + ## 0.0.71 — 2016-05-31 * Rustup to *rustc 1.11.0-nightly (a967611d8 2016-05-30)* * New lint: [`useless_let_if_seq`] diff --git a/Cargo.toml b/Cargo.toml index ec38ce91623..202cdb7b592 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.71" +version = "0.0.72" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -30,7 +30,7 @@ toml = "0.1" unicode-normalization = "0.1" quine-mc_cluskey = "0.2.2" # begin automatic update -clippy_lints = { version = "0.0.71", path = "clippy_lints" } +clippy_lints = { version = "0.0.72", path = "clippy_lints" } # end automatic update rustc-serialize = "0.3" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index db6ee124505..e3cf22e00e1 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clippy_lints" # begin automatic update -version = "0.0.71" +version = "0.0.72" # end automatic update authors = [ "Manish Goregaokar ", -- 2.44.0