]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 0.0.65
authormcarton <cartonmartin+git@gmail.com>
Sat, 7 May 2016 23:03:20 +0000 (01:03 +0200)
committermcarton <cartonmartin+git@gmail.com>
Sat, 7 May 2016 23:13:14 +0000 (01:13 +0200)
CHANGELOG.md
Cargo.toml

index 6c51e5595a9b9d46e6730b0cf4f3252caf67e1d1..6ff3526d841875934e49cf4849d45f731989a7d3 100644 (file)
@@ -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`]
index 5a8968ac2f58ece383ae2d8b52d54b774a311647..cd6b2834c569b0bfcf74de2f0ec29d905dd22a24 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.64"
+version = "0.0.65"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",