Release 0.6.0
diff --git a/Cargo.toml b/Cargo.toml
index e7287fc..e438ed9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syn"
-version = "0.5.2" # don't forget to update version in readme
+version = "0.6.0" # don't forget to update version in readme
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Nom parser for Rust items"
diff --git a/README.md b/README.md
index 5747829..c0582ba 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
```toml
[dependencies]
-syn = "0.5"
+syn = "0.6"
```
```rust