From a99f8a17264479294d7aedb613ce0d987f0d9372 Mon Sep 17 00:00:00 2001 From: mcarton Date: Sat, 21 Jan 2017 20:43:51 +0100 Subject: [PATCH] Bump to 0.0.111 --- CHANGELOG.md | 5 ++++- Cargo.toml | 4 ++-- clippy_lints/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88602147d..39cddfc31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.0.111 — 2017-01-21 +* Rustup to *rustc 1.16.0-nightly (a52da95ce 2017-01-20)* + ## 0.0.110 — 2017-01-20 * Add badges and categories to `Cargo.toml` ## 0.0.109 — 2017-01-19 -* Update to *1.16.0-nightly (c07a6ae77 2017-01-17)* +* Update to *rustc 1.16.0-nightly (c07a6ae77 2017-01-17)* ## 0.0.108 — 2017-01-12 * Update to *rustc 1.16.0-nightly (2782e8f8f 2017-01-12)* diff --git a/Cargo.toml b/Cargo.toml index d74121184..98f71d01e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.110" +version = "0.0.111" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -30,7 +30,7 @@ test = false [dependencies] # begin automatic update -clippy_lints = { version = "0.0.110", path = "clippy_lints" } +clippy_lints = { version = "0.0.111", path = "clippy_lints" } # end automatic update [dev-dependencies] diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index f1574c4b7..9a5ea23e6 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.110" +version = "0.0.111" # end automatic update authors = [ "Manish Goregaokar ",