From 5b4e7b56df62b60025d6c04fa52bc85ccfe5135e Mon Sep 17 00:00:00 2001 From: mcarton Date: Mon, 5 Jun 2017 00:02:39 +0200 Subject: [PATCH] Bump to 0.0.137 --- CHANGELOG.md | 17 ++++++++++------- Cargo.toml | 4 ++-- clippy_lints/Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e062ae640c0f..e66e00197825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,28 @@ # Change Log All notable changes to this project will be documented in this file. -## 0.0.136 - 2017-05-26 +## 0.0.137 — 2017-06-05 +* Update to *rustc 1.19.0-nightly (6684d176c 2017-06-03)* + +## 0.0.136 — 2017—05—26 * Update to *rustc 1.19.0-nightly (557967766 2017-05-26)* -## 0.0.135 - 2017-05-24 +## 0.0.135 — 2017—05—24 * Update to *rustc 1.19.0-nightly (5b13bff52 2017-05-23)* -## 0.0.134 - 2017-05-19 +## 0.0.134 — 2017—05—19 * Update to *rustc 1.19.0-nightly (0ed1ec9f9 2017-05-18)* -## 0.0.133 - 2017-05-14 +## 0.0.133 — 2017—05—14 * Update to *rustc 1.19.0-nightly (826d8f385 2017-05-13)* -## 0.0.132 - 2017-05-05 +## 0.0.132 — 2017—05—05 * Fix various bugs and some ices -## 0.0.131 - 2017-05-04 +## 0.0.131 — 2017—05—04 * Update to *rustc 1.19.0-nightly (2d4ed8e0c 2017-05-03)* -## 0.0.130 - 2017-05-03 +## 0.0.130 — 2017—05—03 * Update to *rustc 1.19.0-nightly (6a5fc9eec 2017-05-02)* ## 0.0.129 — 2017-05-01 diff --git a/Cargo.toml b/Cargo.toml index e2bf05640089..1f50085c6249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.136" +version = "0.0.137" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -31,7 +31,7 @@ test = false [dependencies] # begin automatic update -clippy_lints = { version = "0.0.136", path = "clippy_lints" } +clippy_lints = { version = "0.0.137", path = "clippy_lints" } # end automatic update cargo_metadata = "0.2" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index aa7d2b96e17a..4901b662045b 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.136" +version = "0.0.137" # end automatic update authors = [ "Manish Goregaokar ",