From 7566484b8ad6ea92cc7c69cf77f4c72aed738479 Mon Sep 17 00:00:00 2001 From: mcarton Date: Sun, 8 May 2016 01:03:20 +0200 Subject: [PATCH] Bump to 0.0.65 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c51e5595a9..6ff3526d841 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.65 — 2016-05-08 +* Rustup to *rustc 1.10.0-nightly (62e2b2fb7 2016-05-06)* +* New lints: [`float_arithmetic`], [`integer_arithmetic`] + ## 0.0.64 — 2016-04-26 * Rustup to *rustc 1.10.0-nightly (645dd013a 2016-04-24)* * New lints: [`temporary_cstring_as_ptr`], [`unsafe_removed_from_name`], and [`mem_forget`] diff --git a/Cargo.toml b/Cargo.toml index 5a8968ac2f5..cd6b2834c56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.64" +version = "0.0.65" authors = [ "Manish Goregaokar ", "Andre Bogus ", -- 2.44.0