aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9256d19..1c00ca8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
CHANGELOG
=========
-## Unreleased
+## 0.10.0
- Changed the type of CSI parameters from i64 to u16
- All methods of the `Perform` trait are now optional
diff --git a/Cargo.toml b/Cargo.toml
index c13e69e..75bdb96 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.9.0"
+version = "0.10.0"
name = "vte"
edition = "2018"