]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 0.0.81
authorManish Goregaokar <manishsmail@gmail.com>
Sun, 14 Aug 2016 03:43:19 +0000 (09:13 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sun, 14 Aug 2016 03:43:19 +0000 (09:13 +0530)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index 40cf282a069df26756b15d2be5ebaedaa3149408..ffb5ad82f1b5c20b8f8924abb17ff972a4d1f895 100644 (file)
@@ -1,6 +1,15 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.81 - 2016-08-14
+* Rustup to *rustc 1.12.0-nightly (1deb02ea6 2016-08-12)*
+* New lints: [`eval_order_dependence`], [`mixed_case_hex_literals`], [`unseparated_literal_suffix`]
+* False positive fix in [`too_many_arguments`]
+* Addition of functionality to [`needless_borrow`]
+* Suggestions for [`clone_on_copy`]
+* Bug fix in [`wrong_self_convention`]
+* Doc improvements
+
 ## 0.0.80 — 2016-07-31
 * Rustup to *rustc 1.12.0-nightly (1225e122f 2016-07-30)*
 
index ffb3d949e29172b7888ebfd7e4a82efabc909414..2f1d9571e46a9d121a67f9e5db71f9bd3e261950 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.80"
+version = "0.0.81"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -25,7 +25,7 @@ test = false
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.80", path = "clippy_lints" }
+clippy_lints = { version = "0.0.81", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]
index 355def6fc08d9e0f0d1e5c0727c389d3833f2a40..dd2bcc7cd71bc1140db1859e1ba95c00157c118b 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.80"
+version = "0.0.81"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",