Bump the version
This commit is contained in:
parent
b9f183d31f
commit
1369569ac7
@ -1,12 +1,12 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
* New [`zero_ptr`] lint
|
## 0.0.115 — 2017-02-27
|
||||||
* New [`never_loop`] lint
|
* Rustup to *rustc 1.17.0-nightly (60a0edc6c 2017-02-26)*
|
||||||
* New [`mut_from_ref`] lint
|
* New lints: [`zero_ptr`, `never_loop`, `mut_from_ref`]
|
||||||
|
|
||||||
## 0.0.114 — 2017-02-08
|
## 0.0.114 — 2017-02-08
|
||||||
* Rustup to rustc 1.17.0-nightly (c49d10207 2017-02-07)
|
* Rustup to *rustc 1.17.0-nightly (c49d10207 2017-02-07)*
|
||||||
* Tests are now ui tests (testing the exact output of rustc)
|
* Tests are now ui tests (testing the exact output of rustc)
|
||||||
|
|
||||||
## 0.0.113 — 2017-02-04
|
## 0.0.113 — 2017-02-04
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "clippy"
|
name = "clippy"
|
||||||
version = "0.0.114"
|
version = "0.0.115"
|
||||||
authors = [
|
authors = [
|
||||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||||
"Andre Bogus <bogusandre@gmail.com>",
|
"Andre Bogus <bogusandre@gmail.com>",
|
||||||
@ -30,7 +30,7 @@ test = false
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# begin automatic update
|
# begin automatic update
|
||||||
clippy_lints = { version = "0.0.114", path = "clippy_lints" }
|
clippy_lints = { version = "0.0.115", path = "clippy_lints" }
|
||||||
# end automatic update
|
# end automatic update
|
||||||
cargo_metadata = "0.1.1"
|
cargo_metadata = "0.1.1"
|
||||||
|
|
||||||
|
@ -180,7 +180,7 @@ transparently:
|
|||||||
|
|
||||||
## Lints
|
## Lints
|
||||||
|
|
||||||
There are 192 lints included in this crate:
|
There are 194 lints included in this crate:
|
||||||
|
|
||||||
name | default | triggers on
|
name | default | triggers on
|
||||||
-----------------------------------------------------------------------------------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "clippy_lints"
|
name = "clippy_lints"
|
||||||
# begin automatic update
|
# begin automatic update
|
||||||
version = "0.0.114"
|
version = "0.0.115"
|
||||||
# end automatic update
|
# end automatic update
|
||||||
authors = [
|
authors = [
|
||||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||||
|
Loading…
Reference in New Issue
Block a user