Skip to content

Commit 83373c5

Browse files
committed
Bump to 0.0.110
1 parent 48381d8 commit 83373c5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 0.0.110 — 2017-01-20
5+
* Add badges and categories to `Cargo.toml`
6+
47
## 0.0.109 — 2017-01-19
58
* Update to *1.16.0-nightly (c07a6ae77 2017-01-17)*
69

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy"
3-
version = "0.0.109"
3+
version = "0.0.110"
44
authors = [
55
"Manish Goregaokar <[email protected]>",
66
"Andre Bogus <[email protected]>",
@@ -30,7 +30,7 @@ test = false
3030

3131
[dependencies]
3232
# begin automatic update
33-
clippy_lints = { version = "0.0.109", path = "clippy_lints" }
33+
clippy_lints = { version = "0.0.110", path = "clippy_lints" }
3434
# end automatic update
3535

3636
[dev-dependencies]

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "clippy_lints"
33
# begin automatic update
4-
version = "0.0.109"
4+
version = "0.0.110"
55
# end automatic update
66
authors = [
77
"Manish Goregaokar <[email protected]>",

0 commit comments

Comments
 (0)