From e12f14f6768eb78a824a61c8a6d3afde7bd7f976 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sun, 14 Aug 2016 09:13:19 +0530 Subject: [PATCH] Bump to 0.0.81 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 4 ++-- clippy_lints/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40cf282a069..ffb5ad82f1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.0.81 - 2016-08-14 +* Rustup to *rustc 1.12.0-nightly (1deb02ea6 2016-08-12)* +* New lints: [`eval_order_dependence`], [`mixed_case_hex_literals`], [`unseparated_literal_suffix`] +* False positive fix in [`too_many_arguments`] +* Addition of functionality to [`needless_borrow`] +* Suggestions for [`clone_on_copy`] +* Bug fix in [`wrong_self_convention`] +* Doc improvements + ## 0.0.80 — 2016-07-31 * Rustup to *rustc 1.12.0-nightly (1225e122f 2016-07-30)* diff --git a/Cargo.toml b/Cargo.toml index ffb3d949e29..2f1d9571e46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.80" +version = "0.0.81" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -25,7 +25,7 @@ test = false [dependencies] # begin automatic update -clippy_lints = { version = "0.0.80", path = "clippy_lints" } +clippy_lints = { version = "0.0.81", path = "clippy_lints" } # end automatic update [dev-dependencies] diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 355def6fc08..dd2bcc7cd71 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.80" +version = "0.0.81" # end automatic update authors = [ "Manish Goregaokar ", -- 2.44.0