aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2025-01-09 07:05:19 +0000
committerGitHub <noreply@github.com>2025-01-09 07:05:19 +0000
commit4d9f12992f584ffc8c8bd803fbf0cc0b34f30390 (patch)
treef913aebbaf44837d98396c0e34f86f42d471e546
parent7321a442a6fc0fc5b6d6ed7af364477d25e706fd (diff)
downloadr-alacritty-vte-4d9f12992f584ffc8c8bd803fbf0cc0b34f30390.tar.gz
r-alacritty-vte-4d9f12992f584ffc8c8bd803fbf0cc0b34f30390.tar.bz2
r-alacritty-vte-4d9f12992f584ffc8c8bd803fbf0cc0b34f30390.zip
Bump version to 0.14.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9780046..8b663a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
CHANGELOG
=========
+## 0.14.0
+
+- `Parser::advance` now takes byte slices, instead of individual bytes
+- `Parser::advance_until_terminated` allows premature termination,
+ by checking for `Perform::terminated` after each dispatch
+
## 0.13.1
- Add SCP control support
diff --git a/Cargo.toml b/Cargo.toml
index aee7453..f88ba09 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.1"
+version = "0.14.0"
name = "vte"
edition = "2021"
rust-version = "1.62.1"