Skip to content

Commit 7566484

Browse files
committed
Bump to 0.0.65
1 parent aa10c93 commit 7566484

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 0.0.65 — 2016-05-08
5+
* Rustup to *rustc 1.10.0-nightly (62e2b2fb7 2016-05-06)*
6+
* New lints: [`float_arithmetic`], [`integer_arithmetic`]
7+
48
## 0.0.64 — 2016-04-26
59
* Rustup to *rustc 1.10.0-nightly (645dd013a 2016-04-24)*
610
* New lints: [`temporary_cstring_as_ptr`], [`unsafe_removed_from_name`], and [`mem_forget`]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy"
3-
version = "0.0.64"
3+
version = "0.0.65"
44
authors = [
55
"Manish Goregaokar <[email protected]>",
66
"Andre Bogus <[email protected]>",

0 commit comments

Comments
 (0)