Skip to content

Commit 392df9f

Browse files
committed
Bump to 0.0.67
1 parent a9bea1f commit 392df9f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 0.0.67 — 2016-05-12
5+
* Rustup to *rustc 1.10.0-nightly (22ac88f1a 2016-05-11)*
6+
7+
## 0.0.66 — 2016-05-11
8+
* New `cargo clippy` subcommand
9+
* New lints: [`assign_op_pattern`], [`assign_ops`], [`needless_borrow`]
10+
411
## 0.0.65 — 2016-05-08
512
* Rustup to *rustc 1.10.0-nightly (62e2b2fb7 2016-05-06)*
613
* New lints: [`float_arithmetic`], [`integer_arithmetic`]

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy"
3-
version = "0.0.66"
3+
version = "0.0.67"
44
authors = [
55
"Manish Goregaokar <[email protected]>",
66
"Andre Bogus <[email protected]>",

0 commit comments

Comments
 (0)