]> git.lizzy.rs Git - rust.git/commitdiff
Bump the version
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Mon, 27 Feb 2017 08:48:13 +0000 (09:48 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Mon, 27 Feb 2017 08:48:13 +0000 (09:48 +0100)
CHANGELOG.md
Cargo.toml
README.md
clippy_lints/Cargo.toml

index 22b503746cfe7ad3d005a073ea498b7f3f4183a2..d3391f06db60cd84cde37ae84a3244136400f3cf 100644 (file)
@@ -1,12 +1,12 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
-* New [`zero_ptr`] lint
-* New [`never_loop`] lint
-* New [`mut_from_ref`] lint
+## 0.0.115 — 2017-02-27
+* Rustup to *rustc 1.17.0-nightly (60a0edc6c 2017-02-26)*
+* New lints: [`zero_ptr`, `never_loop`, `mut_from_ref`]
 
 ## 0.0.114 — 2017-02-08
-* Rustup to rustc 1.17.0-nightly (c49d10207 2017-02-07)
+* Rustup to *rustc 1.17.0-nightly (c49d10207 2017-02-07)*
 * Tests are now ui tests (testing the exact output of rustc)
 
 ## 0.0.113 — 2017-02-04
index a45a7edf0fe29361561e19b56743cbd9f47a5d2d..5fe74d4f6638ff0e9e7b191036b4aeee52f74117 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.114"
+version = "0.0.115"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -30,7 +30,7 @@ test = false
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.114", path = "clippy_lints" }
+clippy_lints = { version = "0.0.115", path = "clippy_lints" }
 # end automatic update
 cargo_metadata = "0.1.1"
 
index 36ea7e401774f962bc11ed3dbaf53c7be8524177..d2139f7e88b486be4c03eeaed7798c1d77b1e18c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -180,7 +180,7 @@ transparently:
 
 ## Lints
 
-There are 192 lints included in this crate:
+There are 194 lints included in this crate:
 
 name                                                                                                                   | default | triggers on
 -----------------------------------------------------------------------------------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------------------------
index 1b3471ee093d1d115a8c7fe3419abcf8fb91e6f6..7b545993b6554a079099ed207d6604618f2bb705 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.114"
+version = "0.0.115"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",