From e72c70d077bb0a1a8eedb563545a142c7d5e2ab3 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Wed, 24 May 2017 14:32:25 +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 e3779268f0f5..9529d7bccb66 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.135 - 2017-05-24 +* Update to *rustc 1.19.0-nightly (5b13bff52 2017-05-23)* + ## 0.0.134 - 2017-05-19 * Update to *rustc 1.19.0-nightly (0ed1ec9f9 2017-05-18)* diff --git a/Cargo.toml b/Cargo.toml index b68e10f15486..57b069fde9c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.134" +version = "0.0.135" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -31,7 +31,7 @@ test = false [dependencies] # begin automatic update -clippy_lints = { version = "0.0.134", path = "clippy_lints" } +clippy_lints = { version = "0.0.135", path = "clippy_lints" } # end automatic update cargo_metadata = "0.2" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 905daf26f228..323667ca2226 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.134" +version = "0.0.135" # end automatic update authors = [ "Manish Goregaokar ",