diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c1362ae2c..88602147dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.0.110 — 2017-01-20 +* Add badges and categories to `Cargo.toml` + ## 0.0.109 — 2017-01-19 * Update to *1.16.0-nightly (c07a6ae77 2017-01-17)* diff --git a/Cargo.toml b/Cargo.toml index e06a002c04c..8aac7976db9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.109" +version = "0.0.110" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -30,7 +30,7 @@ test = false [dependencies] # begin automatic update -clippy_lints = { version = "0.0.109", path = "clippy_lints" } +clippy_lints = { version = "0.0.110", path = "clippy_lints" } # end automatic update [dev-dependencies] diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 5b7a771db29..f1574c4b796 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clippy_lints" # begin automatic update -version = "0.0.109" +version = "0.0.110" # end automatic update authors = [ "Manish Goregaokar ",