Skip to content

Commit 4c4e154

Browse files
committed
Bump to 0.0.77
1 parent e6cbe97 commit 4c4e154

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

4-
## 0.0.76 — TBD
4+
## 0.0.77 — 2016-06-21
5+
* Rustup to *rustc 1.11.0-nightly (5522e678b 2016-06-20)*
6+
* New lints: [`stutter`] and [`iter_nth`]
7+
8+
## 0.0.76 — 2016-06-10
59
* Rustup to *rustc 1.11.0-nightly (7d2f75a95 2016-06-09)*
610
* `cargo clippy` now automatically defines the `clippy` feature
711

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy"
3-
version = "0.0.76"
3+
version = "0.0.77"
44
authors = [
55
"Manish Goregaokar <[email protected]>",
66
"Andre Bogus <[email protected]>",
@@ -25,7 +25,7 @@ test = false
2525
[dependencies]
2626
regex_macros = { version = "0.1.33", optional = true }
2727
# begin automatic update
28-
clippy_lints = { version = "0.0.76", path = "clippy_lints" }
28+
clippy_lints = { version = "0.0.77", path = "clippy_lints" }
2929
# end automatic update
3030

3131
[dev-dependencies]

0 commit comments

Comments
 (0)