aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c00ca8..f094a89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
CHANGELOG
=========
+## 0.10.1
+
+- Fixed invalid intermediates when transitioning from DCS to ESC
+
## 0.10.0
- Changed the type of CSI parameters from i64 to u16
diff --git a/Cargo.toml b/Cargo.toml
index 75bdb96..9d91d6b 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.10.0"
+version = "0.10.1"
name = "vte"
edition = "2018"