]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 0.0.77
authormcarton <cartonmartin+git@gmail.com>
Tue, 21 Jun 2016 14:26:56 +0000 (16:26 +0200)
committermcarton <cartonmartin+git@gmail.com>
Tue, 21 Jun 2016 14:36:44 +0000 (16:36 +0200)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index 81102a900e5cf6f5763f44bdda404c42012fab0a..c52cbdbc6757c22d031de432ee6652d8834a47c4 100644 (file)
@@ -1,7 +1,11 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
-## 0.0.76 — TBD
+## 0.0.77 — 2016-06-21
+* Rustup to *rustc 1.11.0-nightly (5522e678b 2016-06-20)*
+* New lints: [`stutter`] and [`iter_nth`]
+
+## 0.0.76 — 2016-06-10
 * Rustup to *rustc 1.11.0-nightly (7d2f75a95 2016-06-09)*
 * `cargo clippy` now automatically defines the `clippy` feature
 
index 60862865b43f48d3ee133771379f024a87833625..e52342d3860d37ecdaabea7efc2e86d4815fc2fc 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.76"
+version = "0.0.77"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -25,7 +25,7 @@ test = false
 [dependencies]
 regex_macros = { version = "0.1.33", optional = true }
 # begin automatic update
-clippy_lints = { version = "0.0.76", path = "clippy_lints" }
+clippy_lints = { version = "0.0.77", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]
index 2f748d1ec3cb45d4dcf84639aa0043057361c527..a1012e94ee5a660310a526650e707e81e4dd5de2 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.76"
+version = "0.0.77"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",