Skip to content

Commit 276ad24

Browse files
authored
Merge pull request #1462 from Manishearth/111
Bump to 0.0.111
2 parents 10c5412 + a99f8a1 commit 276ad24

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 0.0.111 — 2017-01-21
5+
* Rustup to *rustc 1.16.0-nightly (a52da95ce 2017-01-20)*
6+
47
## 0.0.110 — 2017-01-20
58
* Add badges and categories to `Cargo.toml`
69

710
## 0.0.109 — 2017-01-19
8-
* Update to *1.16.0-nightly (c07a6ae77 2017-01-17)*
11+
* Update to *rustc 1.16.0-nightly (c07a6ae77 2017-01-17)*
912

1013
## 0.0.108 — 2017-01-12
1114
* Update to *rustc 1.16.0-nightly (2782e8f8f 2017-01-12)*

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clippy"
3-
version = "0.0.110"
3+
version = "0.0.111"
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.110", path = "clippy_lints" }
33+
clippy_lints = { version = "0.0.111", path = "clippy_lints" }
3434
# end automatic update
3535

3636
[dev-dependencies]

clippy_lints/Cargo.toml

+1-1
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.110"
4+
version = "0.0.111"
55
# end automatic update
66
authors = [
77
"Manish Goregaokar <[email protected]>",

0 commit comments

Comments
 (0)