Skip to content

Commit 5b4e7b5

Browse files
committed
Bump to 0.0.137
1 parent 010974f commit 5b4e7b5

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

CHANGELOG.md

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

4-
## 0.0.136 - 2017-05-26
4+
## 0.0.137 — 2017-06-05
5+
* Update to *rustc 1.19.0-nightly (6684d176c 2017-06-03)*
6+
7+
## 0.0.136 — 2017—05—26
58
* Update to *rustc 1.19.0-nightly (557967766 2017-05-26)*
69

7-
## 0.0.135 - 2017-05-24
10+
## 0.0.135 2017—05—24
811
* Update to *rustc 1.19.0-nightly (5b13bff52 2017-05-23)*
912

10-
## 0.0.134 - 2017-05-19
13+
## 0.0.134 2017—05—19
1114
* Update to *rustc 1.19.0-nightly (0ed1ec9f9 2017-05-18)*
1215

13-
## 0.0.133 - 2017-05-14
16+
## 0.0.133 2017—05—14
1417
* Update to *rustc 1.19.0-nightly (826d8f385 2017-05-13)*
1518

16-
## 0.0.132 - 2017-05-05
19+
## 0.0.132 2017—05—05
1720
* Fix various bugs and some ices
1821

19-
## 0.0.131 - 2017-05-04
22+
## 0.0.131 2017—05—04
2023
* Update to *rustc 1.19.0-nightly (2d4ed8e0c 2017-05-03)*
2124

22-
## 0.0.130 - 2017-05-03
25+
## 0.0.130 2017—05—03
2326
* Update to *rustc 1.19.0-nightly (6a5fc9eec 2017-05-02)*
2427

2528
## 0.0.129 — 2017-05-01

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.136"
3+
version = "0.0.137"
44
authors = [
55
"Manish Goregaokar <[email protected]>",
66
"Andre Bogus <[email protected]>",
@@ -31,7 +31,7 @@ test = false
3131

3232
[dependencies]
3333
# begin automatic update
34-
clippy_lints = { version = "0.0.136", path = "clippy_lints" }
34+
clippy_lints = { version = "0.0.137", path = "clippy_lints" }
3535
# end automatic update
3636
cargo_metadata = "0.2"
3737

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

0 commit comments

Comments
 (0)