]> git.lizzy.rs Git - rust.git/commitdiff
Bump the version
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Fri, 12 May 2017 10:08:54 +0000 (12:08 +0200)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Fri, 12 May 2017 10:08:54 +0000 (12:08 +0200)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index c763ef3de9df2f77cf0d798a1db4a1e806f7de15..682b773f28cacb1fe6b37d12d90f3c34b076670f 100644 (file)
@@ -1,6 +1,9 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.132 - 2017-05-05
+* Fix various bugs and some ices
+
 ## 0.0.131 - 2017-05-04
 * Update to *rustc 1.19.0-nightly (2d4ed8e0c 2017-05-03)*
 
index b6feaba0cee58fb9c43715befa41721dd410c231..77f9e867d2beb3938c73c9717f87827808a0a382 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.131"
+version = "0.0.132"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -30,7 +30,7 @@ test = false
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.131", path = "clippy_lints" }
+clippy_lints = { version = "0.0.132", path = "clippy_lints" }
 # end automatic update
 cargo_metadata = "0.2"
 
index ed5b1e61b923ec300263641a1f15cb7df95fdf5f..2d570c903947e84be1d03ac6151dc66834e5a87a 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.131"
+version = "0.0.132"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",