]> git.lizzy.rs Git - rust.git/commitdiff
publish 0.97
authorOliver 'ker' Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 3 Nov 2016 20:23:49 +0000 (21:23 +0100)
committerOliver 'ker' Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 3 Nov 2016 20:23:49 +0000 (21:23 +0100)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index f50236251d4c9089b73cde2a616afbda0b683385..7904f8accef66a8546ab4c8bf6e713135628b3c0 100644 (file)
@@ -1,11 +1,12 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
-## 0.0.97 — 2016-10-24
+## 0.0.97 — 2016-11-03
 * For convenience, `cargo clippy` defines a `cargo-clippy` feature. This was
   previously added for a short time under the name `clippy` but removed for
   compatibility.
 * `cargo clippy --help` is more helping (and less helpful :smile:)
+* Rustup to *rustc 1.14.0-nightly (5665bdf3e 2016-11-02)*
 
 ## 0.0.96 — 2016-10-22
 * Rustup to *rustc 1.14.0-nightly (f09420685 2016-10-20)*
index e53b1db5df9c1081399ff834e4527b0fe1c8cd21..09600e7e582217073b51fc393ef6a525c19922c4 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.96"
+version = "0.0.97"
 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.96", path = "clippy_lints" }
+clippy_lints = { version = "0.0.97", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]
index 55b2e8fcb665e71f9556923afb439869075adcd5..71f10cbb438e063465fc701cde066320ba4e6a51 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.96"
+version = "0.0.97"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",