From 2f941131bfb4bb9d4a4b083f75dacd0a2de8e7c6 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 4 Jan 2017 15:40:34 -0800 Subject: [PATCH] Bump to 1.105 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 4 ++-- clippy_lints/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb5df200f0..97bfbfda760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.0.105 — 2016-12-15 +* Update to *rustc 1.15.0-nightly (8f02c429a 2016-12-15)* +* New lints: [`deref_addrof`], [`double_parens`], [`pub_enum_variant_names`] +* Fix suggestion in [`new_without_default`] +* FP fix in [`absurd_extreme_comparisons`] + ## 0.0.104 — 2016-12-15 * Update to *rustc 1.15.0-nightly (8f02c429a 2016-12-15)* diff --git a/Cargo.toml b/Cargo.toml index 0b1d7fd8671..d614a2389ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.104" +version = "0.0.105" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -25,7 +25,7 @@ test = false [dependencies] # begin automatic update -clippy_lints = { version = "0.0.104", path = "clippy_lints" } +clippy_lints = { version = "0.0.105", path = "clippy_lints" } # end automatic update [dev-dependencies] diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index faf86875f40..2792ca16d62 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.104" +version = "0.0.105" # end automatic update authors = [ "Manish Goregaokar ", -- 2.44.0