diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e27b3909d3..017e24b1034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.0.68 — 2016-05-17 +* Rustup to *rustc 1.10.0-nightly (cd6a40017 2016-05-16)* +* New lint: [`unnecessary_operation`] + ## 0.0.67 — 2016-05-12 * Rustup to *rustc 1.10.0-nightly (22ac88f1a 2016-05-11)* diff --git a/Cargo.toml b/Cargo.toml index 69235f05f6d..49053ea1e4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.67" +version = "0.0.68" authors = [ "Manish Goregaokar ", "Andre Bogus ",