Skip to content

Commit 4e151a4

Browse files
committed
Bump the version
1 parent 7535afc commit 4e151a4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

4+
## 0.0.139 — 2017-06-10
5+
* Update to *rustc 1.19.0-nightly (4bf5c99af 2017-06-10)*
6+
* Fix bugs with for loop desugaring
7+
* Check for AsRef/AsMut arguments in wrong_self_convention
8+
49
## 0.0.138 — 2017-06-05
510
* Update to *rustc 1.19.0-nightly (0418fa9d3 2017-06-04)*
611

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.138"
3+
version = "0.0.139"
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.138", path = "clippy_lints" }
34+
clippy_lints = { version = "0.0.139", 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.138"
4+
version = "0.0.139"
55
# end automatic update
66
authors = [
77
"Manish Goregaokar <[email protected]>",

0 commit comments

Comments
 (0)