Skip to content

Commit ea1d432

Browse files
committed
publish 0.97
1 parent 2b1b91b commit ea1d432

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

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

4-
## 0.0.97 — 2016-10-24
4+
## 0.0.97 — 2016-11-03
55
* For convenience, `cargo clippy` defines a `cargo-clippy` feature. This was
66
previously added for a short time under the name `clippy` but removed for
77
compatibility.
88
* `cargo clippy --help` is more helping (and less helpful :smile:)
9+
* Rustup to *rustc 1.14.0-nightly (5665bdf3e 2016-11-02)*
910

1011
## 0.0.96 — 2016-10-22
1112
* Rustup to *rustc 1.14.0-nightly (f09420685 2016-10-20)*

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy"
3-
version = "0.0.96"
3+
version = "0.0.97"
44
authors = [
55
"Manish Goregaokar <[email protected]>",
66
"Andre Bogus <[email protected]>",
@@ -25,7 +25,7 @@ test = false
2525

2626
[dependencies]
2727
# begin automatic update
28-
clippy_lints = { version = "0.0.96", path = "clippy_lints" }
28+
clippy_lints = { version = "0.0.97", path = "clippy_lints" }
2929
# end automatic update
3030

3131
[dev-dependencies]

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "clippy_lints"
33
# begin automatic update
4-
version = "0.0.96"
4+
version = "0.0.97"
55
# end automatic update
66
authors = [
77
"Manish Goregaokar <[email protected]>",

0 commit comments

Comments
 (0)