Bump to 0.0.96

This commit is contained in:
mcarton 2016-10-22 16:00:17 +02:00
parent 1c3fce41b6
commit ceb50872ce
No known key found for this signature in database
GPG key ID: 5E427C794CBA45E8
3 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
## 0.0.96 — 2016-10-22
* Rustup to *rustc 1.14.0-nightly (f09420685 2016-10-20)*
* New lint: [`iter_skip_next`]
## 0.0.95 — 2016-10-06
* Rustup to *rustc 1.14.0-nightly (3210fd5c2 2016-10-05)*

View file

@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.0.95"
version = "0.0.96"
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",
@ -25,7 +25,7 @@ test = false
[dependencies]
# begin automatic update
clippy_lints = { version = "0.0.95", path = "clippy_lints" }
clippy_lints = { version = "0.0.96", path = "clippy_lints" }
# end automatic update
[dev-dependencies]

View file

@ -1,7 +1,7 @@
[package]
name = "clippy_lints"
# begin automatic update
version = "0.0.95"
version = "0.0.96"
# end automatic update
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",