version bump
This commit is contained in:
parent
18e031a112
commit
e8783be6f1
@ -1,6 +1,9 @@
|
|||||||
# 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.
|
||||||
|
|
||||||
|
## 0.0.98 — 2016-11-08
|
||||||
|
* Fixes a an issue due to a change in how cargo handles `--sysroot`, which broke `cargo clippy`
|
||||||
|
|
||||||
## 0.0.97 — 2016-11-03
|
## 0.0.97 — 2016-11-03
|
||||||
* For convenience, `cargo clippy` defines a `cargo-clippy` feature. This was
|
* For convenience, `cargo clippy` defines a `cargo-clippy` feature. This was
|
||||||
previously added for a short time under the name `clippy` but removed for
|
previously added for a short time under the name `clippy` but removed for
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "clippy"
|
name = "clippy"
|
||||||
version = "0.0.97"
|
version = "0.0.98"
|
||||||
authors = [
|
authors = [
|
||||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||||
"Andre Bogus <bogusandre@gmail.com>",
|
"Andre Bogus <bogusandre@gmail.com>",
|
||||||
@ -25,7 +25,7 @@ test = false
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# begin automatic update
|
# begin automatic update
|
||||||
clippy_lints = { version = "0.0.97", path = "clippy_lints" }
|
clippy_lints = { version = "0.0.98", path = "clippy_lints" }
|
||||||
# end automatic update
|
# end automatic update
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "clippy_lints"
|
name = "clippy_lints"
|
||||||
# begin automatic update
|
# begin automatic update
|
||||||
version = "0.0.97"
|
version = "0.0.98"
|
||||||
# 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