aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bd8bcc..9780046 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
CHANGELOG
=========
+## 0.13.1
+
+- Add SCP control support
+- Improve SGR performance
+
## 0.13.0
- Reexport `cursor_icon` crate in `ansi`
diff --git a/Cargo.toml b/Cargo.toml
index 58441ff..040aa28 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.13.0"
+version = "0.13.1"
name = "vte"
edition = "2021"
rust-version = "1.62.1"