aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f076554..ffea20c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,10 @@
CHANGELOG
=========
-## Unreleased
+## 0.6.0
- Fix build failure on Rust 1.36.0
+- Add `bool_terminated` parameter to osc dispatch
## 0.5.0
diff --git a/Cargo.toml b/Cargo.toml
index dc77669..0a66fb3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ categories = ["parsing", "no-std"]
exclude = ["/.travis.yml"]
readme = "README.md"
license = "Apache-2.0 OR MIT"
-version = "0.5.0"
+version = "0.6.0"
name = "vte"
edition = "2018"