From 064878a13f7690b3e360b0bc62a128ed0e1ead6e Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Fri, 12 May 2017 12:08:54 +0200 Subject: [PATCH] Bump the version --- 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 c763ef3de9df..682b773f28ca 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.132 - 2017-05-05 +* Fix various bugs and some ices + ## 0.0.131 - 2017-05-04 * Update to *rustc 1.19.0-nightly (2d4ed8e0c 2017-05-03)* diff --git a/Cargo.toml b/Cargo.toml index b6feaba0cee5..77f9e867d2be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.131" +version = "0.0.132" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -30,7 +30,7 @@ test = false [dependencies] # begin automatic update -clippy_lints = { version = "0.0.131", path = "clippy_lints" } +clippy_lints = { version = "0.0.132", path = "clippy_lints" } # end automatic update cargo_metadata = "0.2" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index ed5b1e61b923..2d570c903947 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.131" +version = "0.0.132" # end automatic update authors = [ "Manish Goregaokar ",