Bump to 0.0.100

This commit is contained in:
mcarton 2016-11-20 00:14:25 +01:00
parent be799bc085
commit 40fcae112d
No known key found for this signature in database
GPG Key ID: 5E427C794CBA45E8
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.
## 0.0.100 — 2016-11-20
* Update to *rustc 1.15.0-nightly (ac635aa95 2016-11-18)*
## 0.0.99 — 2016-11-18
* Update to rustc 1.15.0-nightly (0ed951993 2016-11-14)

View File

@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.0.99"
version = "0.0.100"
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",
@ -25,7 +25,7 @@ test = false
[dependencies]
# begin automatic update
clippy_lints = { version = "0.0.99", path = "clippy_lints" }
clippy_lints = { version = "0.0.100", path = "clippy_lints" }
# end automatic update
[dev-dependencies]

View File

@ -1,7 +1,7 @@
[package]
name = "clippy_lints"
# begin automatic update
version = "0.0.99"
version = "0.0.100"
# end automatic update
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",