Bump the version

This commit is contained in:
Oliver Schneider 2017-08-15 11:11:20 +02:00
parent f3ae929b2d
commit 7cdaeae1b8
No known key found for this signature in database
GPG key ID: A69F8D225B3AD7D9
3 changed files with 6 additions and 3 deletions

View file

@ -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.152
* Update to *rustc 1.21.0-nightly (df511d554 2017-08-14)*
## 0.0.151 ## 0.0.151
* Update to *rustc 1.21.0-nightly (13d94d5fa 2017-08-10)* * Update to *rustc 1.21.0-nightly (13d94d5fa 2017-08-10)*

View file

@ -1,6 +1,6 @@
[package] [package]
name = "clippy" name = "clippy"
version = "0.0.151" version = "0.0.152"
authors = [ authors = [
"Manish Goregaokar <manishsmail@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>", "Andre Bogus <bogusandre@gmail.com>",
@ -31,7 +31,7 @@ path = "src/main.rs"
[dependencies] [dependencies]
# begin automatic update # begin automatic update
clippy_lints = { version = "0.0.151", path = "clippy_lints" } clippy_lints = { version = "0.0.152", path = "clippy_lints" }
# end automatic update # end automatic update
cargo_metadata = "0.2" cargo_metadata = "0.2"

View file

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